interface IImmutableStack<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public bool IsEmpty { get; }
😔 No documentation found.
public IImmutableStack<T> Clear( )
😔 No documentation found.
public IImmutableStack<T> Push( T value )
😔 No documentation found.
public IImmutableStack<T> Pop( )
😔 No documentation found.
public T Peek( )
😔 No documentation found.