Click or drag to resize
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#
public Region(
	string name,
	List<int> label_coord,
	Dictionary<string, Map> maps
)

Parameters

name
Type: SystemString
The name.
label_coord
Type: System.Collections.GenericListInt32
The coord.
maps
Type: System.Collections.GenericDictionaryString, Map
The maps.
See Also