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

◆ CreateDelegate() [2/2]

virtual Delegate System.Reflection.MethodInfo.CreateDelegate ( Type delegateType,
object? target )
inlinevirtualinherited

Reimplemented in System.Reflection.Emit.DynamicMethod.

Definition at line 53 of file MethodInfo.cs.

54 {
55 throw new NotSupportedException(SR.NotSupported_SubclassOverride);
56 }

References System.SR.NotSupported_SubclassOverride.