[]
        
(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; }