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

Devoluções

A pilha vazia e imutável.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableStack<T> instância é transmitida para uma IImmutableStack<T> interface.

Aplica-se a