ConcurrentBag<T>.IsEmpty 속성

정의

비어 있는지 여부를 ConcurrentBag<T> 나타내는 값을 가져옵니다.

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

속성 값

true 비어 있으면 .이 ConcurrentBag<T> 고, false그렇지 않으면 .입니다.

적용 대상

추가 정보