Skip to main content
Tab

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

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

The IEnumerator-supporting object, representing the collection’s enumerator.

See Also