Skip to main content
A newer version of this page is available.

CustomFunctionCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public IEnumerator<ICustomFunctionOperator> GetEnumerator()

Returns

Type Description
IEnumerator<ICustomFunctionOperator>

The enumerator that iterates through the collection.

Implements

See Also