AsyncQueue<T>.IsEmpty Özellik

Tanım

Kuyruğun Şu anda boş olup olmadığını gösteren bir değer alır.

public:
 property bool IsEmpty { bool get(); };
public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Özellik Değeri

Boolean

true sıra şu anda boşsa, tersi durumda false .

Şunlara uygulanır