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