Skip to main content
.NET 8.0+

XPCursor.GetEnumerator() Method

Returns an IEnumerator for the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public IEnumerator GetEnumerator()

#Returns

Type Description
IEnumerator

An object which implements the IEnumerator interface.

#Remarks

Enumerators only allow the data in the collection to be read. Enumerators cannot be used to modify the underlying collection.

See Also