Show / Hide Table of Contents

Class BlockStatic

Block of recommended items by type (starting, essential, offensive, etc) for a champion (Static API).

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

Properties

Items

List of recommended items.

Declaration
public List<BlockItemStatic> Items { get; set; }
Property Value
Type Description
List<><BlockItemStatic>

RecMath

Rec math.

Declaration
public bool RecMath { get; set; }
Property Value
Type Description
System.Boolean

Type

Type of items (starting, essential, offensive, etc).

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