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