Click or drag to resize
INetadminContainerRegisterFactoryTInterface, TFactory Method (FuncTFactory, Type, TInterface)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Core.INetadminContainer.RegisterFactory``2(System.Func{``1,System.Type,``0})"]

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void RegisterFactory<TInterface, TFactory>(
	Func<TFactory, Type, TInterface> factoryMethod
)

Parameters

factoryMethod
Type: SystemFuncTFactory, Type, TInterface

[Missing <param name="factoryMethod"/> documentation for "M:Netadmin.Core.INetadminContainer.RegisterFactory``2(System.Func{``1,System.Type,``0})"]

Type Parameters

TInterface

[Missing <typeparam name="TInterface"/> documentation for "M:Netadmin.Core.INetadminContainer.RegisterFactory``2(System.Func{``1,System.Type,``0})"]

TFactory

[Missing <typeparam name="TFactory"/> documentation for "M:Netadmin.Core.INetadminContainer.RegisterFactory``2(System.Func{``1,System.Type,``0})"]

See Also