Money Constructor (Int32) |
View Project on GitHub
Initialization of a new money object. All values will be verified.
Namespace: GW2CSharp.EntitiesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Money(
int rawValue
)
Parameters
- rawValue
- Type: SystemInt32
RawValue which is used by the API.
See Also