예제 #1
0
파일: Options.cs 프로젝트: 751620780/Peach
 protected abstract void OnParseComplete(OptionContext c);
예제 #2
0
파일: Options.cs 프로젝트: 751620780/Peach
 protected override void OnParseComplete(OptionContext c)
 {
     action(c.OptionValues);
 }
예제 #3
0
파일: Options.cs 프로젝트: 751620780/Peach
 internal OptionValueCollection(OptionContext c)
 {
     this.c = c;
 }