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

BinaryOperator.Accept<T>(ICriteriaVisitor<T>) Method

For internal use only. Accepts the specified visitor.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

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

The type of the acceptance result.

Returns

Type Description
T

The visitor acceptance result.

See Also