ArrayBuilder<T>.ToDowncastedImmutable<U> Yöntem

Tanım

Diziyi yeniden, her öğeyi türetilmiş bir türe Alta ayırır.

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)

Tür Parametreleri

U

Döndürülenler

ImmutableArray<U>

Şunlara uygulanır