Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Region Class
Region Constructor
Region Properties
Region Methods
Region Constructor
View Project on GitHub
Initializes a new instance of the
Region
class.
Namespace:
GW2CSharp.V2.Unauthenticated.Continents
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Region
(
string
name
,
List
<
int
>
label_coord
,
Dictionary
<
string
,
Map
>
maps
)
Parameters
name
Type:
System
String
The name.
label_coord
Type:
System.Collections.Generic
List
Int32
The coord.
maps
Type:
System.Collections.Generic
Dictionary
String
,
Map
The maps.
See Also
Reference
Region Class
GW2CSharp.V2.Unauthenticated.Continents Namespace