예제 #1
0
 public OptionContext(OptionSet set)
 {
     OptionSet    = set;
     OptionValues = new OptionValueCollection(this);
 }
예제 #2
0
 public OptionContext(OptionSet set)
 {
     this.set = set;
     c        = new OptionValueCollection(this);
 }