Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Floor Class
Floor Properties
Dimension Property
Regions Property
Floor
Regions Property
View Project on GitHub
Gets the regions.
Namespace:
GW2CSharp.V2.Unauthenticated.Continents
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Dictionary
<
string
,
Region
>
Regions
{
get
;
set
; }
Property Value
Type:
Dictionary
String
,
Region
See Also
Reference
Floor Class
GW2CSharp.V2.Unauthenticated.Continents Namespace