ICriteriaVisitor<T> Interface
In This Article
For internal use only. The generic interface the Criteria Language element visitor should implement.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public interface ICriteriaVisitor<T>
#Type Parameters
Name | Description |
---|---|
T | The type of the Criteria Language element visit result. |
See Also