|
| .NET Framework Class Library |
| ConcurrentBag<(Of <(T>)>)..::.IsEmpty Property |
| ConcurrentBag<(Of <(T>)>) Class See Also Send Feedback |
Gets a value that indicates whether the ConcurrentBag<(Of <(T>)>) is empty.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsEmpty As Boolean |
| C# |
|---|
public bool IsEmpty { get; } |