|
RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Allows persisting of scalar values in a dictionary. More...
Properties | |
| string | Value [get, set] |
| Gets or sets the serialized form of the dictionary. This is used for saving the dictionary into a database. This property is not intended to be used by your code. More... | |
Allows persisting of scalar values in a dictionary.
| TKey | The type of keys in the dictionary. |
| TValue | The type of values in the dictionary. |
|
getset |
Gets or sets the serialized form of the dictionary. This is used for saving the dictionary into a database. This property is not intended to be used by your code.
1.8.10