Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Authenticated.Pvp.Stats
PvpStatistic Class
PvpStatistic Properties
Ladders Property
Overview Property
Professions Property
Rank Property
PvpStatistic
Professions Property
View Project on GitHub
Collection for each profession played in PvP.
Namespace:
GW2CSharp.V2.Authenticated.Pvp.Stats
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Dictionary
<
Profession
,
Statistic
>
Professions
{
get
; }
Property Value
Type:
Dictionary
Profession
,
Statistic
See Also
Reference
PvpStatistic Class
GW2CSharp.V2.Authenticated.Pvp.Stats Namespace