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

DXCollectionBase<T> Class

Represents the universal collection, which may be used as a base class for other collection classes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

Declaration

[ComVisible(false)]
public class DXCollectionBase<T> :
    IList<T>,
    ICollection<T>,
    IEnumerable<T>,
    IEnumerable,
    IList,
    ICollection

Type Parameters

Name
T

Remarks

The DXCollectionBase<T> class introduces a lot of useful properties and methods, implementing most common collection interfaces (e.g. IList, ICollection, etc.).

Inheritance

Show 86 items
Object
DXCollectionBase<T>
See Also