ConcurrentBag<T>.IsEmpty Özellik

Tanım

boş olup olmadığını ConcurrentBag<T> belirten bir değer alır.

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

Özellik Değeri

trueConcurrentBag<T> boşsa; yoksa , false.

Şunlara uygulanır

Ayrıca bkz.