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

◆ GetCustomAttributes() [1/2]

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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 196 of file PropertyBuilder.cs.

197 {
198 throw new NotSupportedException(SR.NotSupported_DynamicModule);
199 }

References System.SR.NotSupported_DynamicModule.