Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the page at the specified index. |
The following tables list the members exposed by C1TopicPageCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the page at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified page to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether the collection contains a specified page. | |
IndexOf | Searches for the specified page and returns the zero-based index. | |
Insert | Inserts the page into the specified zero-based position. | |
Remove | Removes the first occurrence of a specified page from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. | |
OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. | |
OnValidate | (Inherited from System.Collections.CollectionBase) |