Skip to main content
Tab

Collection<T> Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class Collection<T> :
    Collection,
    IList<T>,
    ICollection<T>,
    IEnumerable<T>,
    IEnumerable
    where T : CollectionItem

#Type Parameters

Name
T

The following members return Collection objects:

#Implements

DevExpress.Utils.IAssignableCollection

#Inheritance

Show 166 items
Object
StateManagedCollectionBase
Collection
Collection<T>
See Also