ImmutableQueue<T>.Empty Propriedade

Definição

Obtém uma fila imutável vazia.

public:
 static property System::Collections::Immutable::ImmutableQueue<T> ^ Empty { System::Collections::Immutable::ImmutableQueue<T> ^ get(); };
public static System.Collections.Immutable.ImmutableQueue<T> Empty { get; }
static member Empty : System.Collections.Immutable.ImmutableQueue<'T>
Public Shared ReadOnly Property Empty As ImmutableQueue(Of T)

Valor da propriedade

Uma fila imutável vazia.

Aplica-se a