Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="option"></param>
 public RegisterRuleContainer(IValuableOption <UnableRegisterRule> option)
 {
     this.rules  = new List <RegisterRule>(16);
     this.option = option;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceRegister"/> class.
 /// </summary>
 /// <param name="register"></param>
 /// <param name="option"></param>
 public ServiceRegister(IRegisterRuleContainer register, IValuableOption <UnableRegisterRule> option)
 {
     this.register = register;
     this.option   = option;
 }