Show / Hide Table of Contents

Class Mastery

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

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

Properties

MasteryId

Mastery ID.

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

Rank

Mastery rank.

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