Skip to main content

CustomFunctionCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public IEnumerator<ICustomFunctionOperator> GetEnumerator()

Returns

Type Description
IEnumerator<ICustomFunctionOperator>

The enumerator that iterates through the collection.

Implements

See Also