[]
Initializes a new instance of the C1SequenceDataCollection<T> class.
public C1SequenceDataCollection(IEnumerable<IDataCollection<T>>? collections = null)
Type | Name | Description |
---|---|---|
IEnumerable<IDataCollection<T>> | collections | A collection of data-collections that will appear as a single collection one after the other. |