ImmutableStack<T>.Pop Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Pop() |
Rimuove l'elemento all'inizio dello stack non modificabile e restituisce lo stack dopo la rimozione. |
Pop(T) |
Rimuove l'elemento specificato dallo stack non modificabile e restituisce lo stack dopo la rimozione. |
- Origine:
- ImmutableStack_1.cs
- Origine:
- ImmutableStack_1.cs
- Origine:
- ImmutableStack_1.cs
Rimuove l'elemento all'inizio dello stack non modificabile e restituisce lo stack dopo la rimozione.
public:
System::Collections::Immutable::ImmutableStack<T> ^ Pop();
public System.Collections.Immutable.ImmutableStack<T> Pop ();
member this.Pop : unit -> System.Collections.Immutable.ImmutableStack<'T>
Public Function Pop () As ImmutableStack(Of T)
Restituisce
Stack; mai null
.
Eccezioni
Lo stack è vuoto.
Si applica a
.NET 9 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
UWP | 10.0 |
- Origine:
- ImmutableStack_1.cs
- Origine:
- ImmutableStack_1.cs
- Origine:
- ImmutableStack_1.cs
Rimuove l'elemento specificato dallo stack non modificabile e restituisce lo stack dopo la rimozione.
public:
System::Collections::Immutable::ImmutableStack<T> ^ Pop([Runtime::InteropServices::Out] T % value);
public System.Collections.Immutable.ImmutableStack<T> Pop (out T value);
member this.Pop : 'T -> System.Collections.Immutable.ImmutableStack<'T>
Public Function Pop (ByRef value As T) As ImmutableStack(Of T)
Parametri
- value
- T
Valore da rimuovere dallo stack.
Restituisce
Stack; mai null
.
Si applica a
.NET 9 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
UWP | 10.0 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: