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

◆ GetCustomAttributes() [2/2]

override object[] System.Reflection.Emit.MethodBuilder.GetCustomAttributes ( Type attributeType,
bool inherit )
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 467 of file MethodBuilder.cs.

468 {
469 throw new NotSupportedException(SR.NotSupported_DynamicModule);
470 }

References System.SR.NotSupported_DynamicModule.