Show / Hide Table of Contents

Class Rune

Class representing a rune of a participant (Match API).

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

Properties

Rank

Rune rank.

Declaration
public long Rank { get; set; }
Property Value
Type Description
System.Int64

RuneId

Rune ID.

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