DXCollectionBase<T> Constructors
Represents the universal collection, which may be used as a base class for other collection classes.Name | Parameters | Description |
---|---|---|
DXCollectionBase() | none | Initializes a new instance of the DXCollectionBase<T> class with the default settings. |
DXCollectionBase(Int32) | capacity | Initializes a new instance of the DXCollectionBase<T> class with the specified capacity. |
See Also