Class Regions
Class containing the region infos for SeasonalStat
Inheritance
System.Object
Regions
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class Regions : object
Remarks
The most recent seasons contain the same information for all of the regions but the older season datas may vary between the regions
Properties
| Improve this Doc View SourceAPAC
Region stats for Asia, Pacific
Declaration
public IReadOnlyDictionary<DateTime, RegionStat> APAC { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<DateTime, RegionStat> |
EMEA
Region stats for Europe, the Middle East and Africa
Declaration
public IReadOnlyDictionary<DateTime, RegionStat> EMEA { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<DateTime, RegionStat> |
NCSA
Region stats for North, Central and South America
Declaration
public IReadOnlyDictionary<DateTime, RegionStat> NCSA { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<DateTime, RegionStat> |