ImmutableList<T>.Builder.ConvertAll<TOutput> Methode

Definitie

Hiermee maakt u een nieuwe onveranderbare lijst op basis van de lijst die door deze opbouwfunctie wordt vertegenwoordigd door deze opbouwfunctie.

public:
generic <typename TOutput>
 virtual System::Collections::Immutable::ImmutableList<TOutput> ^ ConvertAll(Func<T, TOutput> ^ converter);
public:
generic <typename TOutput>
 System::Collections::Immutable::ImmutableList<TOutput> ^ ConvertAll(Func<T, TOutput> ^ converter);
public System.Collections.Immutable.ImmutableList<TOutput> ConvertAll<TOutput>(Func<T,TOutput> converter);
abstract member ConvertAll : Func<'T, 'Output> -> System.Collections.Immutable.ImmutableList<'Output>
override this.ConvertAll : Func<'T, 'Output> -> System.Collections.Immutable.ImmutableList<'Output>
member this.ConvertAll : Func<'T, 'Output> -> System.Collections.Immutable.ImmutableList<'Output>
Public Function ConvertAll(Of TOutput) (converter As Func(Of T, TOutput)) As ImmutableList(Of TOutput)

Type parameters

TOutput

Het type uitvoer van de functie delegate converter.

Parameters

converter
Func<T,TOutput>

De conversiefunctie.

Retouren

ImmutableList<TOutput>

Een nieuwe onveranderbare lijst uit de lijst die wordt vertegenwoordigd door deze opbouwfunctie.

Van toepassing op