Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SortingCollection.GetEnumerator() Method

Returns a IEnumerator for the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

An object which implements the IEnumerator interface.

Remarks

Enumerators cannot be used to modify the underlying collection.

See Also