Click or drag to resize

UnitTestAwareFactoryResolverBaseOnInitialize 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#
protected abstract void OnInitialize(
	IEnumerable<IFactoryTypeInfo> factoryInfoTypes
)

Parameters

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