Show / Hide Table of Contents

Class LanguageStringsStatic

Class representing data returned by the language strings endpoint (Static API).

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

Properties

Data

Translated strings.

Declaration
public Dictionary<String, String> Data { get; set; }
Property Value
Type Description
Dictionary<, ><, >

Type

Type of data returned.

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

Version

Version of the dragon API.

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