ArrayBuilder<T>.ToDowncastedImmutable<U> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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