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

◆ ToUInt32() [2/2]

uint IConvertible. System.Decimal.ToUInt32 ( IFormatProvider provider)
inline

Implements System.IConvertible.

Definition at line 1150 of file Decimal.cs.

1151 {
1152 int num = this.flags;
1153 int num2 = this.lo;
1154 if (!true)
1155 {
1156 }
1157 uint num3;
1158 return num3;
1159 }
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.