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

DXCollectionBase(Int32) Constructor

Initializes a new instance of the DXCollectionBase<T> class with the specified capacity.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

Declaration

public DXCollectionBase(
    int capacity
)

Parameters

Name Type Description
capacity Int32

An integer value representing the number of elements that the collection can contain. This value is assigned to the DXCollectionBase<T>.Capacity property.

See Also