ArrayBuilder<T>.ToDowncastedImmutable<U> Methode

Definition

Erkennt das Array, wobei jedes Element auf einen abgeleiteten Typ herabgestuft wird.

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)

Typparameter

U

Gibt zurück

ImmutableArray<U>

Gilt für