protected abstract void OnParseComplete(OptionContext c);
protected override void OnParseComplete(OptionContext c) { action(c.OptionValues); }
internal OptionValueCollection(OptionContext c) { this.c = c; }