Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Currency.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
internal
struct
Currency
4
{
5
internal
long
m_value
;
6
7
public
Currency
(decimal
value
)
8
{
9
m_value
= decimal.ToOACurrency(
value
);
10
}
11
}
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System.Currency.m_value
long m_value
Definition
Currency.cs:5
System.Currency.Currency
Currency(decimal value)
Definition
Currency.cs:7
System.Currency
Definition
Currency.cs:4
source
System.Private.CoreLib
System
Currency.cs
Generated by
1.10.0