示例#1
0
 protected abstract void OnParseComplete(OptionContext c);
示例#2
0
 protected override void OnParseComplete(OptionContext c)
 {
     action(c.OptionValues);
 }
示例#3
0
 internal OptionValueCollection(OptionContext c)
 {
     this.c = c;
 }