[]
        
(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; }
Protected Property SelectMany As Func(Of IReadOnlyList(Of S), Integer, IReadOnlyList(Of T))