The Collection<<'T>> type exposes the following members.
Name | Description | |
---|---|---|
Add | (Inherited from Collection<T>.) | |
AddRange | ||
Clear | (Inherited from Collection<T>.) | |
ClearItems | (Overrides Collection<T>.ClearItems()().) | |
Contains | (Inherited from Collection<T>.) | |
CopyTo | (Inherited from Collection<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<T>.) | |
Insert | (Inherited from Collection<T>.) | |
InsertItem | (Overrides Collection<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Inherited from Object.) | |
Move |
Moves an item from one position to another. |
|
OnCollectionCleared | ||
OnItemAdded | ||
OnItemMoved | ||
OnItemRemoved | ||
Remove | (Inherited from Collection<T>.) | |
RemoveAt | (Inherited from Collection<T>.) | |
RemoveItem | (Overrides Collection<T>.RemoveItem(Int32).) | |
SetItem | (Overrides Collection<T>.SetItem(Int32, T).) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
IList..Add | (Inherited from Collection<T>.) | |
IList..Contains | (Inherited from Collection<T>.) | |
ICollection..CopyTo | (Inherited from Collection<T>.) | |
IEnumerable..GetEnumerator | (Inherited from Collection<T>.) | |
IList..IndexOf | (Inherited from Collection<T>.) | |
IList..Insert | (Inherited from Collection<T>.) | |
IList..Remove | (Inherited from Collection<T>.) |