View Project on GitHub
Initialization of a new currency object.
Namespace: GW2CSharp.V2.Unauthenticated.CurrenciesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Currency(
int id,
string name,
string description,
int order,
string icon
)
Parameters
- id
- Type: SystemInt32
The currency's ID. - name
- Type: SystemString
The currency's name. - description
- Type: SystemString
A description of the currency. - order
- Type: SystemInt32
A number that can be used to sort the list of currencies when ordered from least to greatest. - icon
- Type: SystemString
A URL to an icon for the currency.
See Also