Count Property (Read Only)

Top  Previous  Next

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.