Click or drag to resize

IFactory<TCreate> Interface

Interface to implement Abstract Factory pattern

Namespace:  BionicCode.Utilities.Net.Standard.Generic
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public interface IFactory<out TCreate>

Type Parameters

TCreate
The type of the instantiated object.

The IFactory<TCreate> type exposes the following members.

Properties
  NameDescription
Public propertyFactoryMode
Configures the lifetime scope of the created object instances. Default is Singleton
Top
Methods
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md