Click or drag to resize

UnitTestAwareFactoryResolverBaseInitialize Method

Called during the initialization of the Factory.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Initialize(
	IEnumerable<IFactoryTypeInfo> factoryInfoTypes
)

Parameters

factoryInfoTypes
Type: System.Collections.GenericIEnumerableIFactoryTypeInfo
A collection of known factory types.

Implements

IFactoryExtensionInitialize(IEnumerableIFactoryTypeInfo)
See Also