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

◆ BigInteger() [8/12]

Mono.Math.BigInteger.BigInteger ( BigInteger bi)
inline

Definition at line 19 of file BigInteger.cs.

20 {
21 this.length = 1U;
22 base..ctor();
23 uint[] array = bi.data;
24 object obj;
25 if (obj != null)
26 {
27 if (obj != null)
28 {
29 this.data = obj;
30 if (obj != null)
31 {
32 goto IL_002A;
33 }
34 }
35 throw new InvalidCastException();
36 }
37 IL_002A:
38 uint num = bi.length;
39 this.length = num;
40 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, System.obj, and System.U.