Partager via


ImmutableInterlocked.InterlockedExchange<T> Méthode

Définition

Définit un tableau dans le tableau spécifié et retourne une référence au tableau d’origine, comme une opération atomique.

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)

Paramètres de type

T

Type d’élément stocké par le tableau.

Paramètres

location
ImmutableArray<T>

Tableau à définir à la valeur spécifiée.

value
ImmutableArray<T>

Valeur affectée au paramètre location.

Retours

Valeur d’origine de location.

S’applique à