Methods
- Clear() Removes all objects from the immutable stack.
- Peek() Returns the element at the top of the immutable stack without removing it.
- Pop() Removes the element at the top of the immutable stack and returns the new stack.
- Push(`0) Inserts an element at the top of the immutable stack and returns the new stack.
Properties
-
Is
Empty Gets a value that indicates whether this immutable stack is empty.