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

Registers to self strategy.
Inheritance: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
Afficher le fichier Open project: marektihkan/Arc

Méthodes publiques

Méthode Description
Register ( Type type, IServiceLocator locator ) : void

Registers the specified type.

Method Details

Register() public méthode

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