The Collection<<'T>> type exposes the following members.
Name | Description | |
---|---|---|
Collection<<'T>> |
Creates and initializes an instance of the Collection<<'T>> class. |
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 | |
---|---|---|
Count | (Inherited from Collection<T>.) | |
Item |
Gets or sets the item at the specified index. |
|
Items | (Inherited from Collection<T>.) |
Name | Description | |
---|---|---|
CollectionCleared | ||
ItemAdded | ||
ItemMoved | ||
ItemRemoved |
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..IsFixedSize | (Inherited from Collection<T>.) | |
ICollection<<'T>>..IsReadOnly | (Inherited from Collection<T>.) | |
IList..IsReadOnly | (Inherited from Collection<T>.) | |
ICollection..IsSynchronized | (Inherited from Collection<T>.) | |
IList..Item | (Inherited from Collection<T>.) | |
IList..Remove | (Inherited from Collection<T>.) | |
ICollection..SyncRoot | (Inherited from Collection<T>.) |