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

◆ GetCustomAttributes() [1/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 110 of file FieldBuilder.cs.

111 {
112 throw new NotSupportedException(SR.NotSupported_DynamicModule);
113 }

References System.SR.NotSupported_DynamicModule.