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

CriteriaOperatorCollection(Int32) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

public CriteriaOperatorCollection(
    int capacity
)

Parameters

Name Type Description
capacity Int32

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

See Also