Count Property (Read Only)
Returns the ammount of obejcts allocated in the pool.
VB.NET Syntax
[Integer =] Pool.Count
C# Syntax
[int =] Pool.Count;
See also AcquiredCount and ReleasedCount properties.