Extensions.ToList<T,R>(IReadOnlyList<T>, Func<T,R>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.IReadOnlyList<R> ToList<T,R> (this System.Collections.Generic.IReadOnlyList<T> source, Func<T,R> selector);
static member ToList : System.Collections.Generic.IReadOnlyList<'T> * Func<'T, 'R> -> System.Collections.Generic.IReadOnlyList<'R>
<Extension()>
Public Function ToList(Of T, R) (source As IReadOnlyList(Of T), selector As Func(Of T, R)) As IReadOnlyList(Of R)
Type Parameters
- T
- R
Parameters
- source
- IReadOnlyList<T>
- selector
- Func<T,R>