Click or drag to resize
Money Constructor (Int32)
View Project on GitHub
Initialization of a new money object. All values will be verified.

Namespace: GW2CSharp.Entities
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Money(
	int rawValue
)

Parameters

rawValue
Type: SystemInt32
RawValue which is used by the API.
See Also