PoolBaseTSource, TInstance, TSettingsInitialSize Property |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public int InitialSize { get; set; }
This property cannot be set once the pool has been initialised.
The initial size must be greater than, or equal to, zero. It cannot be a negative number.
This is the desired number of objects in the pool after the Initialise method has been called.