[]
Represents a collection of C1TopicPage objects.
public class C1TopicPageCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the page at the specified index. |
| Name | Description |
|---|---|
| Add(C1TopicPage) | Adds the specified page to the collection. |
| Contains(C1TopicPage) | Determines whether the collection contains a specified page. |
| IndexOf(C1TopicPage) | Searches for the specified page and returns the zero-based index. |
| Insert(int, C1TopicPage) | Inserts the page into the specified zero-based position. |
| OnClearComplete() | |
| OnInsert(int, object) | |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSetComplete(int, object, object) | |
| Remove(C1TopicPage) | Removes the first occurrence of a specified page from the collection. |