'Declaration
Public Function New( _ Optional ByVal collections As IEnumerable(Of IDataCollection(Of T)) _ )
public C1SequenceDataCollection<T>( IEnumerable<IDataCollection<T>> collections )
Parameters
- collections
- A collection of data-collections that will appear as a single collection one after the other.