OperandValue.Accept<T>(ICriteriaVisitor<T>) Method
For internal use only. Accepts the specified visitor.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public override T Accept<T>(
ICriteriaVisitor<T> visitor
)
Parameters
| Name | Type | Description |
|---|---|---|
| visitor | ICriteriaVisitor<T> | The criteria visitor to be accepted. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the acceptance result. |
Returns
| Type | Description |
|---|---|
| T | The visitor acceptance result. |
See Also