ImmutableQueue<T>.Empty Özellik

Tanım

Boş bir sabit kuyruk alır.

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)

Özellik Değeri

Boş bir sabit kuyruk.

Şunlara uygulanır