Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Worlds.Enums
Language Enumeration
Population Enumeration
Region Enumeration
Region Enumeration
View Project on GitHub
Represents the region of a world.
Namespace:
GW2CSharp.V2.Unauthenticated.Worlds.Enums
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
enum
Region
Members
Member name
Value
Description
Undefined
0
Undefined
NorthAmerica
1
Worlds with the id 1xxx
Europe
2
Worlds with the id 2xxx
See Also
Reference
GW2CSharp.V2.Unauthenticated.Worlds.Enums Namespace