protected override void OnParseComplete(OptionContext c)
 {
     throw new NotSupportedException("CommandOption.OnParseComplete should not be invoked.");
 }
Exemple #2
0
 internal OptionValueCollection(OptionContext c)
 {
     this.c = c;
 }