Click or drag to resize
WorldWrapper Constructor (RequestedLanguage)
View Project on GitHub
A wrapper for all world endpoint calls.

Namespace: GW2CSharp.V2.Unauthenticated.Worlds
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public WorldWrapper(
	RequestedLanguage language
)

Parameters

language
Type: GW2CSharp.EnumsRequestedLanguage
Represents the language which the API should return.
See Also