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

◆ GetGenericMethodDefinition()

virtual MethodInfo System.Reflection.MethodInfo.GetGenericMethodDefinition ( )
inlinevirtualinherited

Reimplemented in System.Reflection.Emit.MethodBuilder, System.Reflection.Emit.MethodBuilderInstantiation, System.Reflection.Emit.MethodOnTypeBuilderInstantiation, and System.Reflection.RuntimeMethodInfo.

Definition at line 35 of file MethodInfo.cs.

36 {
37 throw new NotSupportedException(SR.NotSupported_SubclassOverride);
38 }

References System.SR.NotSupported_SubclassOverride.