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

◆ GetCustomAttributes() [2/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 115 of file FieldBuilder.cs.

116 {
117 throw new NotSupportedException(SR.NotSupported_DynamicModule);
118 }

References System.SR.NotSupported_DynamicModule.