Show / Hide Table of Contents

Class Mastery

Class representing a Mastery in the API.

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

Properties

Id

Mastery id.

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

Rank

Mastery rank (i.e. the number of points put into this mastery).

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