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

◆ MarshalManagedToNative()

IntPtr System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.MarshalManagedToNative ( object ManagedObj)
inline

Implements System.Runtime.InteropServices.ICustomMarshaler.

Definition at line 29 of file ExpandoToDispatchExMarshaler.cs.

30 {
31 throw new PlatformNotSupportedException(SR.PlatformNotSupported_IExpando);
32 }

References System.SR.PlatformNotSupported_IExpando.