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

◆ GetCustomAttributes() [1/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 462 of file MethodBuilder.cs.

463 {
464 throw new NotSupportedException(SR.NotSupported_DynamicModule);
465 }

References System.SR.NotSupported_DynamicModule.

Referenced by System.Reflection.Emit.ConstructorBuilder.GetCustomAttributes(), and System.Reflection.Emit.ConstructorBuilder.GetCustomAttributes().