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

◆ GetGenericArguments()

override Type[] System.Reflection.MethodInfo.GetGenericArguments ( )
inlinevirtualinherited

Reimplemented from System.Reflection.MethodBase.

Reimplemented in System.Reflection.RuntimeMethodInfo.

Definition at line 30 of file MethodInfo.cs.

31 {
32 throw new NotSupportedException(SR.NotSupported_SubclassOverride);
33 }

References System.SR.NotSupported_SubclassOverride.

Referenced by System.Reflection.Emit.MethodOnTypeBuilderInstantiation.GetGenericArguments(), and System.Reflection.SignatureTypeExtensions.TryResolveAgainstGenericMethod().