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

◆ ThrowSafeHandleFieldChanged()

static void System.StubHelpers.HandleMarshaler.ThrowSafeHandleFieldChanged ( )
inlinestaticpackage

Definition at line 21 of file HandleMarshaler.cs.

22 {
23 throw new NotSupportedException(SR.Interop_Marshal_CannotCreateSafeHandleField);
24 }

References System.SR.Interop_Marshal_CannotCreateSafeHandleField.