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

◆ TryWriteBytes()

bool System.Numerics.BigInteger.TryWriteBytes ( Span< byte > destination,
[Out] int bytesWritten,
bool isUnsigned = false,
bool isBigEndian = false )
inline

Definition at line 152 of file BigInteger.cs.

153 {
154 byte[] array;
155 return array == null || true;
156 }

References System.array.