Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [1/2]

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

Implements System.IDisposable.

Definition at line 12 of file DeriveBytes.cs.

13 {
14 Dispose(disposing: true);
15 GC.SuppressFinalize(this);
16 }

References System.Security.Cryptography.DeriveBytes.Dispose(), and System.GC.SuppressFinalize().

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