Skip to main content
.NET Framework 4.5.2+

SortingCollection.GetEnumerator() Method

Returns a IEnumerator for the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.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