OrderedCollectionBase<T> methods
SharePoint 2013
The OrderedCollectionBase<T> type exposes the following members.
| 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.) |