Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.Entities
Money Class
Money Constructor
Money Constructor (Int32)
Money Constructor (Int32, Int32, Int32)
Money Constructor (Int32, Int32, Int32)
View Project on GitHub
Initialization of a new money object. Expects real values not raw ones.
Namespace:
GW2CSharp.Entities
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Money
(
int
copper
,
int
silver
,
int
gold
)
Parameters
copper
Type:
System
.
Int32
Copper, value.
silver
Type:
System
.
Int32
Silver value.
gold
Type:
System
.
Int32
Gold value.
See Also
Reference
Money Class
Money Overload
GW2CSharp.Entities Namespace