Skip to main content

CriteriaOperatorCollection(Int32) Constructor

Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CriteriaOperatorCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

The number of elements that the new CriteriaOperatorCollection can initially store.

See Also