Class DefaultFactory<T>
- Namespace
- AlgorithmsSW.Pool
- Assembly
- AlgorithmsSW.dll
public class DefaultFactory<T> : IFactory<T> where T : new()
Type Parameters
T
- Inheritance
-
DefaultFactory<T>
- Implements
-
IFactory<T>
- Inherited Members
- Extension Methods
Methods
GetNewInstance()
public T GetNewInstance()
Returns
- T
Reset(T)
public void Reset(T instance)
Parameters
instance
T