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

◆ GetNonZeroBytes() [2/2]

virtual void System.Security.Cryptography.RandomNumberGenerator.GetNonZeroBytes ( Span< byte > data)
inlinevirtualinherited

Definition at line 95 of file RandomNumberGenerator.cs.

96 {
97 int num = 1;
98 if (num == 0)
99 {
100 }
101 if (num == 0)
102 {
103 }
105 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().