class ImmutableQueue<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public ImmutableQueue<T> Clear( )
😔 No documentation found.
public bool IsEmpty { get; }
😔 No documentation found.
public static ImmutableQueue<T> Empty { get; }
😔 No documentation found.
public T Peek( )
😔 No documentation found.
public ref T PeekRef( )
😔 No documentation found.
public ImmutableQueue<T> Enqueue( T value )
😔 No documentation found.
public ImmutableQueue<T> Dequeue( )
😔 No documentation found.
public ImmutableQueue<T> Dequeue( ref T value )
😔 No documentation found.
public ImmutableQueue<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.