ImmutableArray<T>.CastArray<TOther> メソッド

定義

基になる配列を TOther 型の配列にキャストすることによって、ImmutableArray<T> 構造体のインスタンスを初期化します。

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)

型パラメーター

TOther

返される配列要素の型。

戻り値

ImmutableArray<TOther>

要素が新しい型にキャストされた不変の配列インスタンス。

例外

キャストは無効です。

適用対象