ImmutableStack<T>.Pop Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Pop() |
Remove o elemento que está no topo da pilha imutável e retorna a pilha após a remoção. |
Pop(T) |
Remove o elemento especificado da pilha imutável e retorna a pilha após a remoção. |
- Origem:
- ImmutableStack_1.cs
- Origem:
- ImmutableStack_1.cs
- Origem:
- ImmutableStack_1.cs
Remove o elemento que está no topo da pilha imutável e retorna a pilha após a remoção.
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)
Retornos
Uma pilha; nunca null
.
Exceções
A pilha está vazia.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.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 |
- Origem:
- ImmutableStack_1.cs
- Origem:
- ImmutableStack_1.cs
- Origem:
- ImmutableStack_1.cs
Remove o elemento especificado da pilha imutável e retorna a pilha após a remoção.
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)
Parâmetros
- value
- T
O valor a ser removido da pilha.
Retornos
Uma pilha; nunca null
.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.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 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: