예제 #1
0
 public PropertySupportsCondition(bool negate, Rule property) : base(negate)
 {
     this.property = property;
 }