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

◆ CleanUpNativeData()

void System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.CleanUpNativeData ( IntPtr pNativeData)
inline

Implements System.Runtime.InteropServices.ICustomMarshaler.

Definition at line 24 of file EnumerableToDispatchMarshaler.cs.

25 {
26 Marshal.Release(pNativeData);
27 }

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