DXCollectionBase<T> Properties
Represents the universal collection, which may be used as a base class for other collection classes.Name | Description |
---|---|
Capacity | Gets or sets the number of elements that the DXCollectionBase<T> can contain. |
Count | Gets the number of elements contained in the DXCollectionBase<T> instance. |
UniquenessProviderType | Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. |
See Also