Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Currencies
CurrencyWrapper Class
CurrencyWrapper Methods
GetAll Method
GetAll Method
GetAll Method (RequestedLanguage)
CurrencyWrapper
GetAll Method
View Project on GitHub
Returns all currencies.
Namespace:
GW2CSharp.V2.Unauthenticated.Currencies
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
Currency
>
GetAll
()
Return Value
Type:
IEnumerable
Currency
All currencies.
See Also
Reference
CurrencyWrapper Class
GetAll Overload
GW2CSharp.V2.Unauthenticated.Currencies Namespace