Table of Contents

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
Inherited Members
Extension Methods

Methods

GetNewInstance()

public T GetNewInstance()

Returns

T

Reset(T)

public void Reset(T instance)

Parameters

instance T