Skip to main content
A newer version of this page is available. .

DXCollectionBase<T>.GetEnumerator() Method

Returns an enumerator that iterates through the DXCollectionBase<T> instance.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

A IEnumerator for the DXCollectionBase<T> instance.

See Also