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