class ImmutableStack<T>

in global :: System . Collections . Immutable

😔 No documentation found.


public static ImmutableStack<T> Empty { get; }

😔 No documentation found.

public ImmutableStack<T> Clear( )

😔 No documentation found.

public bool IsEmpty { get; }

😔 No documentation found.

public T Peek( )

😔 No documentation found.

public ref T PeekRef( )

😔 No documentation found.

public ImmutableStack<T> Push( T value )

😔 No documentation found.

public ImmutableStack<T> Pop( )

😔 No documentation found.

public ImmutableStack<T> Pop( ref T value )

😔 No documentation found.

public ImmutableStack<T>.Enumerator GetEnumerator( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.