Show / Hide Table of Contents

Class RuneSlot

Slot for a rune (Summoner API).

Inheritance
System.Object
RuneSlot
Namespace:RiotSharp.SummonerEndpoint
Assembly:RiotSharp.dll
Syntax
public class RuneSlot : object

Properties

RuneId

Rune ID associated with the rune slot.

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

RuneSlotId

Rune slot ID.

Valid: 1 - 30

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