Example #1
0
 protected override void OnParseComplete(OptionContext c)
 {
     throw new NotSupportedException("Category.OnParseComplete should not be invoked.");
 }
Example #2
0
 protected override void OnParseComplete(OptionContext c)
 {
     action(c.OptionValues);
 }
Example #3
0
 internal OptionValueCollection(OptionContext c)
 {
     this.c = c;
 }
Example #4
0
 protected override void OnParseComplete(OptionContext c)
 {
     action(c.OptionValues);
 }
Example #5
0
 protected abstract void OnParseComplete(OptionContext c);