ObjectPool<T> Class Members
The following tables list the members exposed by ObjectPool<T>.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | ObjectPool<T> Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | AvailableCount | Gets the amount of pooled instances |
![]() | Count | Gets the summary amount of created instances |
![]() | IsEmpty | Gets the value indicating whether current ObjectPool instance is empty. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Dispose | Disposes of items in the pool that implement IDisposable. |
![]() | Get | Overloaded. Retrieves an item from the pool. |
![]() | Put | Places an item in the pool. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also



