Beispiel #1
0
 public Option(string fieldName, string name, OptionArgType argType, string description)
 {
     this.fieldName   = fieldName;
     this.name        = name;
     this.argType     = argType;
     this.description = description;
 }
Beispiel #2
0
 public Option(string fieldName, string name, OptionArgType argType, string description)
 {
     this.fieldName = fieldName;
     this.name = name;
     this.argType = argType;
     this.description = description;
 }