[]
Initializes a new instance of the C1SelectManyDataCollection<S, T> class.
public C1SelectManyDataCollection(IEnumerable source, Func<IReadOnlyList<S>, int, IReadOnlyList<T>> selectMany)
Type | Name | Description |
---|---|---|
IEnumerable | source | The source. |
Func<IReadOnlyList<S>, int, IReadOnlyList<T>> | selectMany | Select many function which converts a source item into an item of this collection. |
Initializes a new instance of the C1SelectManyDataCollection<S, T> class.
protected C1SelectManyDataCollection(IEnumerable source)
Type | Name | Description |
---|---|---|
IEnumerable | source | The source. |