public OptionContext(OptionSet set) { OptionSet = set; OptionValues = new OptionValueCollection(this); }
public OptionContext(OptionSet set) { this.set = set; this.c = new OptionValueCollection(this); }