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

◆ IsDefined()

override bool System.Reflection.Emit.MethodBuilder.IsDefined ( Type attributeType,
bool inherit )
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 472 of file MethodBuilder.cs.

473 {
474 throw new NotSupportedException(SR.NotSupported_DynamicModule);
475 }

References System.SR.NotSupported_DynamicModule.

Referenced by System.Reflection.Emit.ConstructorBuilder.IsDefined().