A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
public class Collection<T> :
Collection,
IList<T>,
ICollection<T>,
IEnumerable<T>,
IEnumerable
where T : CollectionItem
Public Class Collection(Of T As CollectionItem)
Inherits Collection
Implements IList(Of T),
ICollection(Of T),
IEnumerable(Of T),
IEnumerable
Type Parameters
Name |
---|
T |
Related API Members
The following members accept/return Collection
Inheritance
Show 57 items
Object
StateManagedCollectionBase
Collection
Collection<T>