Show / Hide Table of Contents

Class SummonerSpellListStatic

Class representing a list of summoner spells (Static API).

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

Properties

SummonerSpells

Map of summoner spells indexed by their name.

Declaration
public Dictionary<string, SummonerSpellStatic> SummonerSpells { get; set; }
Property Value
Type Description
Dictionary<, ><System.String, SummonerSpellStatic>

Type

API type (summoner).

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