ImmutableArrayExtensions.ToArray<T>(ImmutableArray<T>) メソッド

定義

この配列の内容を可変配列にコピーします。

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static cli::array <T> ^ ToArray(System::Collections::Immutable::ImmutableArray<T> immutableArray);
public static T[] ToArray<T> (this System.Collections.Immutable.ImmutableArray<T> immutableArray);
static member ToArray : System.Collections.Immutable.ImmutableArray<'T> -> 'T[]
<Extension()>
Public Function ToArray(Of T) (immutableArray As ImmutableArray(Of T)) As T()

型パラメーター

T

コレクションに含まれる要素の型。

パラメーター

immutableArray
ImmutableArray<T>

変更可能な配列にコピーする変更できない配列。

戻り値

T[]

新しくインスタンス化された配列。

適用対象