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

Definition

Entfernt das Element am Anfang des unveränderlichen Stapels 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

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die ImmutableStack<T>-Instanz in eine IImmutableStack<T>-Schnittstelle umgewandelt wird.

Gilt für: