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

◆ SafeHashHandle()

System.Security.Cryptography.SafeHashHandle.SafeHashHandle ( )
inline

Definition at line 11 of file SafeHashHandle.cs.

12 : base(ownsHandle: true)
13 {
14 SetHandle(IntPtr.Zero);
15 }

References System.Runtime.InteropServices.SafeHandle.SetHandle(), and System.IntPtr.Zero.