UniqueTypeList<T>.GetEnumerator() Method
Returns an enumerator that iterates through the list.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<T> | An enumerator for the list. |
Implements
See Also