public Ruleset(PropertySetterInfo[] declarations)
 {
     PropertySetters = new PropertySetterInfoCollection(declarations);
 }
 public Ruleset()
 {
     PropertySetters = new PropertySetterInfoCollection();
 }