ImmutableStack<T>.IImmutableStack<T>.Pop Methode

Definition

Entfernt das Element oben im unveränderlichen Stapel und gibt den neuen Stapel zurück.

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

Gibt zurück

Der neue Stapel; nie null.

Implementiert

Ausnahmen

Der Stapel ist leer.

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die ImmutableStack<T> Instanz in eine IImmutableStack<T> Schnittstelle umgegossen wird.

Gilt für: