DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class
The type of the items in the collection.
Members

In This Topic
    C1DataCollection<T> Class
    In This Topic
    Implements an in-memory collection which takes a data source and applies the sort and filter operations.
    Object Model
    C1DataCollection<T> Class
    Syntax
    Type Parameters
    T
    The type of the items in the collection.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1WrapDataCollection<S,T>
             C1.DataCollection.C1WrapDataCollection<T>
                C1.DataCollection.C1DataCollection<T>

    See Also