Skip to main content

ICriteriaVisitor.Visit(UnaryOperator) Method

Visits the UnaryOperator element.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Visit(
    UnaryOperator theOperator
)

Parameters

Name Type Description
theOperator UnaryOperator

The Criteria Language element to visit.

Returns

Type Description
Object

The visit result.

See Also