Interface IMultiPool
public interface IMultiPool
- Extension Methods
Methods
Get<T>()
T Get<T>() where T : class, new()
Returns
- T
Type Parameters
T
Release<T>(T)
void Release<T>(T poolObject) where T : class, new()
Parameters
poolObjectT
Type Parameters
T