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

◆ IsDefined()

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 120 of file FieldBuilder.cs.

121 {
122 throw new NotSupportedException(SR.NotSupported_DynamicModule);
123 }

References System.SR.NotSupported_DynamicModule.