Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

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 97 items
Object
DXCollectionBase<T>
See Also