Click or drag to resize

PoolT Methods

The PoolT generic type exposes the following members.

Methods
  NameDescription
Public methodDecCapacity
Decreases the capacity of the pool.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNewObject
Gets a new object from the pool.
Public methodGetType (Inherited from Object.)
Public methodIncCapacity
Increases thew capacity of the pool.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRelease
Releases the specified object back to the pool.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also