Show / Hide Table of Contents

Class MasteryListStatic

Class representing a list of masteries (Static API).

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

Properties

Masteries

Map of masteries indexed by their id.

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

Tree

Tree of masteries.

Declaration
public MasteryTreeStatic Tree { get; set; }
Property Value
Type Description
MasteryTreeStatic

Type

API type (mastery).

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