CommandLineServiceOptions.CreateConverterMappingTable デリゲート
コマンド行引数をオブジェクトへ変換する為の変換器を取得します。
名前空間: ExapisSOP.IO.Settings.CommandLine
アセンブリ: ExapisSOP.dll
構文
public delegate IDictionary<Type, IArgumentConverter> CreateConverterMappingTable();
戻り値
型 | 説明 |
---|---|
System.Collections.Generic.IDictionary<System.Type, IArgumentConverter> | キー名に型の種類を渡すと変換器を返す辞書です。 |