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

◆ ThrowNullThisInDelegateToInstance()

static void System.MulticastDelegate.ThrowNullThisInDelegateToInstance ( )
inlinestaticprivate

Definition at line 489 of file MulticastDelegate.cs.

490 {
491 throw new ArgumentException(SR.Arg_DlgtNullInst);
492 }

References System.SR.Arg_DlgtNullInst.

Referenced by System.MulticastDelegate.CtorClosed().