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