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