Show / Hide Table of Contents

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 Source

APAC

Region stats for Asia, Pacific

Declaration
public IReadOnlyDictionary<DateTime, RegionStat> APAC { get; }
Property Value
Type Description
IReadOnlyDictionary<DateTime, RegionStat>
| Improve this Doc View Source

EMEA

Region stats for Europe, the Middle East and Africa

Declaration
public IReadOnlyDictionary<DateTime, RegionStat> EMEA { get; }
Property Value
Type Description
IReadOnlyDictionary<DateTime, RegionStat>
| Improve this Doc View Source

NCSA

Region stats for North, Central and South America

Declaration
public IReadOnlyDictionary<DateTime, RegionStat> NCSA { get; }
Property Value
Type Description
IReadOnlyDictionary<DateTime, RegionStat>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX