OrderedCollectionBase<T> members
The OrderedCollectionBase<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the Collection | |
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
Item | Gets an item by its position in the collection. Position is zero-based. | |
MaxSize |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all items from the collection. | |
Contains | Determines whether the collection contains given best bet. | |
CopyTo | Copies the item to an array, starting at a particular array index | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the position of the item in the collection. | |
MemberwiseClone | (Inherited from Object.) | |
MoveTo | Moves the item to the specified position in the collection. Position is zero-based. | |
OnAfterChange | ||
OnPreAddInternal | ||
OnPreChange | ||
OnPreClearInternal | ||
OnPreRemoveInternal | ||
OnSerializationInitialize | ||
Remove | Removes the item from the collection | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_OrderedItems |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top