Show / Hide Table of Contents

Class RuneListStatic

Class representing a list of runes (Static API).

Inheritance
System.Object
RuneListStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class RuneListStatic : object

Properties

BasicData

Basic data (empty object so far).

Declaration
public BasicDataStatic BasicData { get; set; }
Property Value
Type Description
BasicDataStatic

Runes

Map of runes indexed by their id.

Declaration
public Dictionary<int, RuneStatic> Runes { get; set; }
Property Value
Type Description
Dictionary<, ><System.Int32, RuneStatic>

Type

API type (rune).

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Version

Version of the API.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX