SortingCollection.GetEnumerator() Method
Returns a IEnumerator for the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator | An object which implements the IEnumerator interface. |
Remarks
Enumerators cannot be used to modify the underlying collection.
See Also