Partager via


ImmutableInterlocked.Push<T>(ImmutableStack<T>, T) Méthode

Définition

Exécute un push d’un nouvel élément dans la pile.

public:
generic <typename T>
 static void Push(System::Collections::Immutable::ImmutableStack<T> ^ % location, T value);
public static void Push<T> (ref System.Collections.Immutable.ImmutableStack<T> location, T value);
static member Push : ImmutableStack * 'T -> unit
Public Shared Sub Push(Of T) (ByRef location As ImmutableStack(Of T), value As T)

Paramètres de type

T

Type des éléments dans la pile.

Paramètres

location
ImmutableStack<T>

Pile à mettre à jour.

value
T

Valeur de push dans la pile.

S’applique à