ImmutableArray<T>.CastArray<TOther> Yöntem

Tanım

Temel diziyi ImmutableArray<T> türünde TOtherbir diziye dönüştürerek yapısına yeni bir örnek başlatır.

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)

Tür Parametreleri

TOther

Döndürülecek dizi öğesinin türü.

Döndürülenler

ImmutableArray<TOther>

Öğeleri yeni türe dönüştüren sabit bir dizi örneği.

Özel durumlar

Oyuncu kadrosu yasa dışı.

Şunlara uygulanır