System.Collections.Concurrent.BlockingCollection<T>.Count Property

Gets the number of items contained in the System.Collections.Concurrent.BlockingCollection`1.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If any method in BlockingCollection is executing while the Count property is being accessd, the return value is approximate. Count may reflect a number that is either greater than or less than the actual number of items in the BlockingCollection.

Requirements

Namespace: System.Collections.Concurrent
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0