Click or drag to resize
PvpGameWrapperGetRecent Method
View Project on GitHub
Returns all recent matches.

Namespace: GW2CSharp.V2.Authenticated.Pvp.Games
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<PvpGame> GetRecent()

Return Value

Type: IEnumerablePvpGame
Recent matches.
See Also