Click or drag to resize
PvpStatistic Constructor
View Project on GitHub
Initilization of a new pvpstatistic object.

Namespace: GW2CSharp.V2.Authenticated.Pvp.Stats
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public PvpStatistic(
	int pvp_rank,
	Statistic aggregate,
	Dictionary<Profession, Statistic> professions,
	Dictionary<Ladder, Statistic> ladders
)

Parameters

pvp_rank
Type: SystemInt32
The player's PvP rank.
aggregate
Type: GW2CSharp.V2.Authenticated.Pvp.StatsStatistic
A win/loss object containing stats from all matches ever played.
professions
Type: System.Collections.GenericDictionaryProfession, Statistic
Collection for each profession played in PvP.
ladders
Type: System.Collections.GenericDictionaryLadder, Statistic
Collection for each type of the ladder.
See Also