ImmutableQueue<T>.Empty Proprietà

Definizione

Ottiene una coda non modificabile vuota.

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)

Valore della proprietà

Coda non modificabile vuota.

Si applica a