Click or drag to resize
IClassFactoryRegisterT Method (FuncT)
Registers a method to call to create new instances of T.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Register<T>(
	Func<T> callBack
)

Parameters

callBack
Type: SystemFuncT

Type Parameters

T
See Also