示例#1
0
 public ValidationTarget(Validations parent, Enum type)
 {
     this.parent = parent;
     this.type   = type;
 }