terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToInt32() [2/2]

int IConvertible. System.Decimal.ToInt32 ( IFormatProvider provider)
inline

Implements System.IConvertible.

Definition at line 1138 of file Decimal.cs.

1139 {
1140 int num = this.flags;
1141 int num2 = this.lo;
1142 if (!true)
1143 {
1144 }
1145 int num3;
1146 return num3;
1147 }
class f__AnonymousType0<< Count > j__TPar
readonly int lo
Definition Decimal.cs:1327
readonly int flags
Definition Decimal.cs:1321

References System.Decimal.flags, j__TPar, and System.Decimal.lo.