RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.PersistableDictionary< TKey, TValue > Class Template Reference

Allows persisting of scalar values in a dictionary. More...

Inheritance diagram for RiotNet.Models.PersistableDictionary< TKey, TValue >:

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...
 

Detailed Description

Allows persisting of scalar values in a dictionary.

Template Parameters
TKeyThe type of keys in the dictionary.
TValueThe type of values in the dictionary.

Property Documentation

string RiotNet.Models.PersistableDictionary< TKey, TValue >.Value
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.


The documentation for this class was generated from the following file: