Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToSelfStrategy.Register C# (CSharp) 메소드

Register() 공개 메소드

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
리턴 void
        public void Register(Type type, IServiceLocator locator)
        {
            Register(type, type, locator);
        }
RegisterTypeToSelfStrategy