Show / Hide Table of Contents

Class BlockItemStatic

Recommended items in a block (starting, essential, offensive, etc) for a champion (Static API).

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

Properties

Count

Recommended count.

Declaration
public int Count { get; set; }
Property Value
Type Description
System.Int32

Id

Id of the recommended item.

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