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

◆ SafeAccessTokenHandle() [2/2]

Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.SafeAccessTokenHandle ( IntPtr handle)
inline

Definition at line 27 of file SafeAccessTokenHandle.cs.

28 : base(handle, ownsHandle: true)
29 {
30 }