[]
        
(Showing Draft Content)

C1.DataCollection.C1SelectManyDataCollection-2.SelectMany

SelectMany Property

SelectMany

Gets or sets the function that converts a source item into an item of this collection.

Declaration
protected Func<IReadOnlyList<S>, int, IReadOnlyList<T>> SelectMany { get; set; }