Click or drag to resize
ContinentWrapperGetById 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#
public Continent GetById(
	int id,
	RequestedLanguage requestedLanguage
)

Parameters

id
Type: SystemInt32
The identifier.
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
The requested language.

Return Value

Type: Continent
Continent that matches the id.
See Also