Click or drag to resize
PvpStatisticProfessions 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#
public Dictionary<Profession, Statistic> Professions { get; }

Property Value

Type: DictionaryProfession, Statistic
See Also