ImmutableQueue<T>.Empty Propriedade

Definição

Fica com uma fila vazia e imutável.

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 de Propriedade

Uma fila vazia e imutável.

Aplica-se a