CurrencyWrapperGetAll Method (RequestedLanguage) |
View Project on GitHub
Returns all currencies.
Namespace: GW2CSharp.V2.Unauthenticated.CurrenciesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Currency> GetAll(
RequestedLanguage requestedLanguage
)
Parameters
- requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
Represents the language which the API should return. Default english.
Return Value
Type:
IEnumerableCurrencyAll currencies.
See Also