ICriteriaVisitor<T> Interface
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
public interface ICriteriaVisitor<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of the Criteria Language element visit result. |
See Also