CustomFunctionCollection.GetEnumerator() Method
In This Article
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<ICustom |
The enumerator that iterates through the collection. |
#Implements
See Also