ImmutableArray<T>.CastArray<TOther> Método

Definição

Inicializa uma nova instância do struct ImmutableArray<T> convertendo a matriz subjacente em uma matriz do 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)

Parâmetros de tipo

TOther

O tipo de elemento de matriz a ser retornado.

Retornos

ImmutableArray<TOther>

Uma instância de matriz imutável com elementos convertidos para o novo tipo.

Exceções

O elenco é ilegal.

Aplica-se a