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

◆ GetCustomAttributes() [2/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 201 of file PropertyBuilder.cs.

202 {
203 throw new NotSupportedException(SR.NotSupported_DynamicModule);
204 }

References System.SR.NotSupported_DynamicModule.