GetValue メソッド
| 編集/提案 ソースを表示GetValue<T>(IDictionary<Type, Object>)
CommandLineConverterの変換結果から値を取得します。
宣言
public static T GetValue<T>(this IDictionary<Type, object> converterResult)
引数
型 | 名前 | 説明 |
---|---|---|
System.Collections.Generic.IDictionary<System.Type, System.Object> | converterResult | 変換結果を格納している辞書です。 |
戻り値
型 | 説明 |
---|---|
T | 指定された型の値が存在する場合は有効なインスタンス、 または、存在しない場合はnullを返します。 |
型引数
名前 | 説明 |
---|---|
T | 取得する値の種類です。 |
例外
型 | 条件 |
---|---|
System.ArgumentNullException |