| Dictionary Conversion Operators |
| 名前 | 説明 | |
|---|---|---|
| (DictionaryString, Object to Dictionary) |
Explicite casting from a Dictionary<string, object> type
| |
| (Dictionary to DictionaryString, Object) |
Explicite casting to a Dictionary<string, object> type
|