Skip to main content

ICriteriaVisitor<T>.Visit(BinaryOperator) Method

Visits the BinaryOperator element.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

T Visit(
    BinaryOperator theOperator
)

Parameters

Name Type Description
theOperator BinaryOperator

The Criteria Language element to visit.

Returns

Type Description
T

The visit result.

See Also