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