次の方法で共有


ImmutableInterlocked.InterlockedInitialize<T> メソッド

定義

配列が初期化されていない場合に、指定した配列を配列として設定します。

public:
generic <typename T>
 static bool InterlockedInitialize(System::Collections::Immutable::ImmutableArray<T> % location, System::Collections::Immutable::ImmutableArray<T> value);
public static bool InterlockedInitialize<T> (ref System.Collections.Immutable.ImmutableArray<T> location, System.Collections.Immutable.ImmutableArray<T> value);
static member InterlockedInitialize : ImmutableArray * System.Collections.Immutable.ImmutableArray<'T> -> bool
Public Shared Function InterlockedInitialize(Of T) (ByRef location As ImmutableArray(Of T), value As ImmutableArray(Of T)) As Boolean

型パラメーター

T

配列に格納される要素の型。

パラメーター

location
ImmutableArray<T>

指定した値に設定する配列。

value
ImmutableArray<T>

初期化されない場合に、location パラメーターに設定される値。

戻り値

true 配列に指定した値が割り当てられている場合は 。それ以外の場合は false

適用対象