StateManagedCollectionBase.GetEnumerator() Method
Returns a reference to an enumerator object, which is used to iterate through the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
IEnumerator | The IEnumerator-supporting object, representing the collection’s enumerator. |
See Also