PoolGroup.IsFull Property

Ultimate Pooling

PoolGroupIsFull Property
Returns true if the pool is unable to store anymore pooled instances.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool IsFull { get; }
function get_IsFull();

Property Value

Type: Boolean
See Also