Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
ContinentWrapper Class
ContinentWrapper Methods
GetById Method
GetById Method (Int32)
GetById Method (Int32, RequestedLanguage)
ContinentWrapper
GetById Method (Int32, RequestedLanguage)
View Project on GitHub
Returns one continent that match the id.
Namespace:
GW2CSharp.V2.Unauthenticated.Continents
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Continent
GetById
(
int
id
,
RequestedLanguage
requestedLanguage
)
Parameters
id
Type:
System
Int32
The identifier.
requestedLanguage
Type:
GW2CSharp.Enums
RequestedLanguage
The requested language.
Return Value
Type:
Continent
Continent that matches the id.
See Also
Reference
ContinentWrapper Class
GetById Overload
GW2CSharp.V2.Unauthenticated.Continents Namespace