class ImmutableQueue
in global :: System . Collections . Immutable
😔 No documentation found.
public static ImmutableQueue<T> Create( )
😔 No documentation found.
public static ImmutableQueue<T> Create( T item )
😔 No documentation found.
public static ImmutableQueue<T> CreateRange( IEnumerable<T> items )
😔 No documentation found.
public static ImmutableQueue<T> Create( T[] items )
😔 No documentation found.
public static ImmutableQueue<T> Create( ReadOnlySpan<T> items )
😔 No documentation found.
public static IImmutableQueue<T> Dequeue( IImmutableQueue<T> queue, ref T value )
😔 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.