[]
        
(Showing Draft Content)

C1.DataCollection.C1SequenceDataCollection-1.-ctor

C1SequenceDataCollection Constructor

C1SequenceDataCollection(IEnumerable<IDataCollection<T>>?)

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

Declaration
public C1SequenceDataCollection(IEnumerable<IDataCollection<T>>? collections = null)
Parameters
Type Name Description
IEnumerable<IDataCollection<T>> collections

A collection of data-collections that will appear as a single collection one after the other.