Class ObjectPool
- Namespace
- CodeProject.ObjectPool
- Assembly
- CodeProject.ObjectPool.dll
Constants for all Object Pools.
public static class ObjectPool
- Inheritance
-
ObjectPool
- Inherited Members
Fields
DefaultPoolMaximumSize
The default maximum size for the pool. It is set to 16.
public const int DefaultPoolMaximumSize = 16
Field Value
Properties
Logger
Logger, which can be linked to any external logging system.
public static Action<Exception?, string, object[]?>? Logger { get; set; }