Skip to main content
.NET 6.0+

XPCursor.GetEnumerator() Method

Returns an IEnumerator for the collection.

Namespace: DevExpress.Xpo

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