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

◆ GetBytes() [4/4]

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

Definition at line 77 of file RandomNumberGenerator.cs.

78 {
79 int num = 1;
80 if (num == 0)
81 {
82 }
83 if (num == 0)
84 {
85 }
86 if (this != null)
87 {
89 return;
90 }
92 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().