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

Allows persisting of scalar values as a collection. More...

Inheritance diagram for RiotNet.Models.PersistableList< T >:

Properties

string Value [get, set]
 Gets or sets the serialized form of the list. This is used for saving the list into a database. This property is not intended to be used by your code. More...
 
new int Capacity [get, set]
 Gets or sets the total number of elements the internal data structure can hold without resizing. More...
 

Detailed Description

Allows persisting of scalar values as a collection.

Template Parameters
TThe type of elements in the list.

Property Documentation

new int RiotNet.Models.PersistableList< T >.Capacity
getset

Gets or sets the total number of elements the internal data structure can hold without resizing.

string RiotNet.Models.PersistableList< T >.Value
getset

Gets or sets the serialized form of the list. This is used for saving the list 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: