Table of Contents

Interface IFactory<T>

Namespace
AlgorithmsSW.Pool
Assembly
AlgorithmsSW.dll
public interface IFactory<T>

Type Parameters

T
Extension Methods

Methods

GetNewInstance()

T GetNewInstance()

Returns

T

Reset(T)

void Reset(T instance)

Parameters

instance T