 | ObjectPoolTCapacity Property |
Maximum capacity of the pool.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic int Capacity { get; set; }
Public Property Capacity As Integer
Get
Set
public:
property int Capacity {
int get ();
void set (int value);
}
member Capacity : int with get, set
Property Value
Type:
Int32
See Also