Gets the number of elements contained in the System.Collections.Concurrent.ConcurrentQueue`1.
Documentation for this section has not yet been entered.
For determining whether the collection contains any items, use of the ConcurrentQueue`1.IsEmpty property is recommended rather than retrieving the number of items from the ConcurrentQueue`1.Count property and comparing it to 0.