[]
        
(Showing Draft Content)

C1.DataCollection.C1SequenceDataCollection-1

C1SequenceDataCollection<T> Class

Collection that is composed of a sequence of other Collections.

Inheritance
C1SequenceDataCollection<T>
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class C1SequenceDataCollection<T> : C1HierarchicalDataCollection<T>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportVirtualization, ISupportAsyncLoading<T>, ISupportIncrementalLoading, ISupportSorting, ISupportRangeEditing<T>, ISupportEditing<T>, ISupportIndexing<T>, IDisposable where T : class?
Type Parameters
Name Description
T

The type of the items in the collection.

Constructors

Name Description
C1SequenceDataCollection(IEnumerable<IDataCollection<T>>?)

Initializes a new instance of the C1SequenceDataCollection<T> class.

Properties

Name Description
Collections

Gets the collections that feed this collection.

Methods

Name Description
Dispose(bool)

Called to dispose resources.

Extension Methods