Skip to main content
A newer version of this page is available. .
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.v19.1.dll

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

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

See Also