예제 #1
0
 public Ruleset(PropertySetterInfo[] declarations)
 {
     PropertySetters = new PropertySetterInfoCollection(declarations);
 }
예제 #2
0
 public Ruleset()
 {
     PropertySetters = new PropertySetterInfoCollection();
 }