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

◆ DestroyStructure< T >()

Definition at line 1213 of file Marshal.cs.

1214 {
1215 DestroyStructure(ptr, typeof(T));
1216 }
static void DestroyStructure(IntPtr ptr, Type structuretype)

References System.Runtime.InteropServices.Marshal.DestroyStructure().