ArrayBuilder<T>.ToDowncastedImmutable<U> Método

Definição

Percebe a matriz, Downcasting cada elemento a um tipo derivado.

public:
generic <typename U>
 where U : T System::Collections::Immutable::ImmutableArray<U> ToDowncastedImmutable();
public System.Collections.Immutable.ImmutableArray<U> ToDowncastedImmutable<U> () where U : T;
member this.ToDowncastedImmutable : unit -> System.Collections.Immutable.ImmutableArray<#'T>
Public Function ToDowncastedImmutable(Of U As T) () As ImmutableArray(Of U)

Parâmetros de tipo

U

Retornos

ImmutableArray<U>

Aplica-se a