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

◆ Dispose() [1/2]

void System.Security.Cryptography.HashAlgorithm.Dispose ( )
inlineinherited

Implements System.IDisposable.

Definition at line 120 of file HashAlgorithm.cs.

121 {
122 GC.SuppressFinalize(this);
123 }
static void SuppressFinalize(object obj)
Definition GC.cs:116

References System.GC.SuppressFinalize().

Referenced by System.Security.Cryptography.PasswordDeriveBytes.Dispose().