Skip to main content

ParameterList(Int32) Constructor

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

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ParameterList(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer specifying the initial list capacity.

Remarks

%

See Also