ImmutableInterlocked.InterlockedExchange<T> メソッド

定義

分割不可能な操作として、指定した配列を配列として設定し、元の配列への参照を返します。

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

型パラメーター

T

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

パラメーター

location
ImmutableArray<T>

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

value
ImmutableArray<T>

location パラメーターに設定される値。

戻り値

location の元の値。

適用対象