Compartilhar via


ImmutableStack<T>.IImmutableStack<T>.Clear Método

Definição

Remove todos os elementos da pilha imutável.

 virtual System::Collections::Immutable::IImmutableStack<T> ^ System.Collections.Immutable.IImmutableStack<T>.Clear() = System::Collections::Immutable::IImmutableStack<T>::Clear;
System.Collections.Immutable.IImmutableStack<T> IImmutableStack<T>.Clear ();
abstract member System.Collections.Immutable.IImmutableStack<T>.Clear : unit -> System.Collections.Immutable.IImmutableStack<'T>
override this.System.Collections.Immutable.IImmutableStack<T>.Clear : unit -> System.Collections.Immutable.IImmutableStack<'T>
Function Clear () As IImmutableStack(Of T) Implements IImmutableStack(Of T).Clear

Retornos

A pilha imutável vazia.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ImmutableStack<T> é convertida em uma interface de IImmutableStack<T>.

Aplica-se a