Table of Contents

Class Factory

Namespace
AlgorithmsSW.Pool
Assembly
AlgorithmsSW.dll
public static class Factory
Inheritance
Factory
Inherited Members

Methods

Create<T>(Func<T>, Action<T>?)

public static IFactory<T> Create<T>(Func<T> create, Action<T>? destroy = null)

Parameters

create Func<T>
destroy Action<T>

Returns

IFactory<T>

Type Parameters

T