Class MatchList
Inheritance
System.Object
MatchList
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class MatchList : object
Properties
EndIndex
The end index of the list of matches.
Declaration
public int EndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Matches
List of matches for the player
Declaration
public List<MatchReference> Matches { get; set; }
Property Value
| Type | Description |
|---|---|
| List<><MatchReference> |
StartIndex
The start index of the list of matches.
Declaration
public int StartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TotalGames
Total number of games within the list.
Declaration
public int TotalGames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |