| PoolBaseTSource, TInstance, TSettingsInitialSize Property | 
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
 Syntax
Syntaxpublic int InitialSize { get; set; }
 Remarks
RemarksThis 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.
 See Also
See Also