[]
Collection that is composed of a sequence of other Collections.
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?
Name | Description |
---|---|
T | The type of the items in the collection. |
Name | Description |
---|---|
C1SequenceDataCollection(IEnumerable<IDataCollection<T>>?) | Initializes a new instance of the C1SequenceDataCollection<T> class. |
Name | Description |
---|---|
Collections | Gets the collections that feed this collection. |
Name | Description |
---|---|
Dispose(bool) | Called to dispose resources. |