Skip to main content

InOperator(CriteriaOperator, IEnumerable<CriteriaOperator>) Constructor

Initializes a new InOperator instance with criteria that specify an expression to match, and pattern expressions.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public InOperator(
    CriteriaOperator leftOperand,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
leftOperand CriteriaOperator

The criterion that specifies an expression to match to one of the operands.

operands IEnumerable<CriteriaOperator>

A collection of criteria that are patterns, one of which the leftOperand expression should match.

See Also