ImmutableArray<T>.CastArray<TOther> Metodo

Definizione

Inizializza una nuova istanza dello struct ImmutableArray<T> eseguendo il cast della matrice sottostante a una matrice di tipo TOther.

public:
generic <typename TOther>
 where TOther : class System::Collections::Immutable::ImmutableArray<TOther> CastArray();
public System.Collections.Immutable.ImmutableArray<TOther> CastArray<TOther> () where TOther : class;
member this.CastArray : unit -> System.Collections.Immutable.ImmutableArray<'Other (requires 'Other : null)> (requires 'Other : null)
Public Function CastArray(Of TOther As Class) () As ImmutableArray(Of TOther)

Parametri di tipo

TOther

Tipo di elemento della matrice da restituire.

Restituisce

ImmutableArray<TOther>

Istanza di matrice non modificabile con elementi di cast nel nuovo tipo.

Eccezioni

Il cast è illegale.

Si applica a