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