Interface IPool
Namespace: InsaneScatterbrain.Pooling
Syntax
public interface IPool
Properties
CountInstancesInPool
Declaration
int CountInstancesInPool { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Clear()
Declaration
void Clear()
Return(object)
Declaration
void Return(object instance)
Parameters
| Type | Name | Description |
|---|---|---|
| object | instance |