System.Collections.Immutable.IImmutableStack<T> public interface IImmutableStack<T> : IEnumerable<T>, IEnumerable Documentation bool IsEmpty { get; } IImmutableStack<T> Clear() T Peek() IImmutableStack<T> Pop() IImmutableStack<T> Push(T value)