C# Class Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToSelfStrategy

Registers to self strategy.
Inheritance: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
ファイルを表示 Open project: marektihkan/Arc

Public Methods

Method Description
Register ( Type type, IServiceLocator locator ) : void

Registers the specified type.

Method Details

Register() public method

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
return void