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
Declaration
public class Collection<T> :
Collection,
IList<T>,
ICollection<T>,
IEnumerable<T>,
IEnumerable
where T : CollectionItem
Type Parameters
Name |
---|
T |
Related API Members
The following members return Collection
Inheritance
Object
StateManagedCollectionBase
Collection
Collection<T>
See Also