[]
Gets or sets the function that converts a source item into an item of this collection.
protected Func<IReadOnlyList<S>, int, IReadOnlyList<T>> SelectMany { get; set; }
Protected Property SelectMany As Func(Of IReadOnlyList(Of S), Integer, IReadOnlyList(Of T))