ImmutableInterlocked.InterlockedExchange<T> Metodo

Definizione

Imposta una matrice sulla matrice specificata e restituisce un riferimento alla matrice originale, come operazione atomica.

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)

Parametri di tipo

T

Tipo di elemento memorizzato dalla matrice.

Parametri

location
ImmutableArray<T>

Matrice da impostare sul valore specificato.

value
ImmutableArray<T>

Valore su cui è impostato il parametro location.

Restituisce

Valore originale di location.

Si applica a