コード例 #1
0
ファイル: ArgumentParser.cs プロジェクト: jangocheng/Jarilo
 public ArgumentParser(PropertyValueParser propertyValueParser)
 {
     _propertyValueParser = propertyValueParser;
 }
コード例 #2
0
ファイル: OptionParser.cs プロジェクト: jangocheng/Jarilo
 public OptionParser(PropertyValueParser propertyValueParser)
 {
     _propertyValueParser = propertyValueParser;
 }