PvpGameWrapper Class |
Namespace: GW2CSharp.V2.Authenticated.Pvp.Games
public class PvpGameWrapper : ApiBase
The PvpGameWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | PvpGameWrapper |
Returns a wrapper for all pvpgame endpoint calls.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRecent |
Returns all recent matches.
|
![]() | GetRecent(String) |
Returns all recent matches.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
public void GetRecentGames() { string token = "58751B23-07DA-AB49-A5DE-0DBC9BA6C79ECCDE107E-2785-4296-BAEF-64AD20580F8A"; IEnumerable<PvpGame> games = GW2Api.V2(token).PvpGame.GetRecent(); }