Gets the stack with the top item removed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ImmutableStack<T> Pop()
Public Function Pop As ImmutableStack(Of T)
public: ImmutableStack<T>^ Pop()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The stack is empty. |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238