Show / Hide Table of Contents

Class Rune

Class representing a Rune in the API.

Inheritance
System.Object
Rune
Namespace:RiotSharp.CurrentGameEndpoint
Assembly:RiotSharp.dll
Syntax
public class Rune : object

Properties

Count

The count of this rune used by the participant

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

RuneId

The ID of the rune

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