コード例 #1
0
ファイル: HelpIsSetOr.cs プロジェクト: jsc86/jsc.commons
 public HelpIsSetOr(HelpOption target, IRule <IParserResult> other)
 {
     _target = target;
     Other   = other;
 }