Click or drag to resize
CurrencyWrapperGetAll 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#
public IEnumerable<Currency> GetAll()

Return Value

Type: IEnumerableCurrency
All currencies.
See Also