Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToSelfStrategy.Register C# (CSharp) Méthode

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
        public void Register(Type type, IServiceLocator locator)
        {
            Register(type, type, locator);
        }
RegisterTypeToSelfStrategy