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

◆ MarshalNativeToManaged()

object System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.MarshalNativeToManaged ( IntPtr pNativeData)
inline

Implements System.Runtime.InteropServices.ICustomMarshaler.

Definition at line 34 of file ExpandoToDispatchExMarshaler.cs.

35 {
36 throw new PlatformNotSupportedException(SR.PlatformNotSupported_IExpando);
37 }

References System.SR.PlatformNotSupported_IExpando.