Show / Hide Table of Contents

Class ItemTreeStatic

Class representing an item tree in the shop (Static API).

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

Properties

Header

Tree's header (Tools, Defense, Attack, Magic, Movement).

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

Tags

Tags available in this tree.

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