[]
        
(Showing Draft Content)

C1.DataCollection.C1SelectDataCollection-2.Select

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)