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

◆ ReleaseHandle()

override bool Microsoft.Win32.SafeHandles.SafeBrotliDecoderHandle.ReleaseHandle ( )
inlineprotected

Definition at line 15 of file SafeBrotliDecoderHandle.cs.

16 {
17 global::Interop.Brotli.BrotliDecoderDestroyInstance(handle);
18 return true;
19 }

References System.Runtime.InteropServices.SafeHandle.handle.