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

In This Topic
    C1CacheDataCollection<T> Class
    In This Topic
    Collection that takes another source and cache the items.
    Object Model
    C1CacheDataCollection<T> Class
    Syntax
    Type Parameters
    T
    The type of the items in the collection.
    Remarks
    The creation of the items will be delayed until they are accessed. This way the memory and processor usage is optimized.
    Inheritance Hierarchy

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

    See Also