TryConvert メソッド
| 編集/提案 ソースを表示TryConvert(Switch[], out IDictionary<Type, Object>)
指定されたスイッチ配列をオブジェクトへ変換します。
宣言
public bool TryConvert(Switch[] switches, out IDictionary<Type, object> result)
引数
型 | 名前 | 説明 |
---|---|---|
Switch[] | switches | スイッチ配列です。 |
System.Collections.Generic.IDictionary<System.Type, System.Object> | result | 変換後のオブジェクトです。失敗した場合でも一部の値を格納します。 |
戻り値
型 | 説明 |
---|---|
System.Boolean | 変換に成功した場合はtrue、失敗した場合はfalseを返します。 |