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

◆ operator int()

static System.Numerics.BigInteger.operator int ( BigInteger value)
inlineexplicitstatic

Definition at line 307 of file BigInteger.cs.

308 {
309 while (value == null)
310 {
311 }
312 throw new OverflowException();
313 }

References System.value.