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

ParameterList(Int32) Constructor

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

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public ParameterList(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer specifying the initial list capacity.

Remarks

%

See Also