Contains a list of matches, with basic match information. Returned when using the Matchlist API. The end index of the list may be modified to ensure that there is a maximum of 20 games in the list.
More...
|
int | EndIndex [get, set] |
| Gets or sets the end index of the match list (MatchList.Matches). The end index may be modified to ensure that there is a maximum of 20 games in the list. More...
|
|
List< MatchReference > | Matches [get, set] |
| Gets or sets the list of matches. A maximum of 20 games may be in this list. More...
|
|
int | StartIndex [get, set] |
| Gets or sets the start index for the list of matches. More...
|
|
int | TotalGames [get, set] |
| Gets or sets the the total number of games in the match list. More...
|
|
Contains a list of matches, with basic match information. Returned when using the Matchlist API. The end index of the list may be modified to ensure that there is a maximum of 20 games in the list.
int RiotNet.Models.MatchList.EndIndex |
|
getset |
Gets or sets the end index of the match list (MatchList.Matches). The end index may be modified to ensure that there is a maximum of 20 games in the list.
Gets or sets the list of matches. A maximum of 20 games may be in this list.
int RiotNet.Models.MatchList.StartIndex |
|
getset |
Gets or sets the start index for the list of matches.
int RiotNet.Models.MatchList.TotalGames |
|
getset |
Gets or sets the the total number of games in the match list.
The documentation for this class was generated from the following file: