Skip to main content

CustomFunctionCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
public IEnumerator<ICustomFunctionOperator> GetEnumerator()

#Returns

Type Description
IEnumerator<ICustomFunctionOperator>

The enumerator that iterates through the collection.

#Implements

See Also