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

◆ GetAccessors() [2/2]

override MethodInfo[] System.Reflection.Emit.PropertyBuilder.GetAccessors ( bool nonPublic)
inline

Definition at line 160 of file PropertyBuilder.cs.

161 {
162 throw new NotSupportedException(SR.NotSupported_DynamicModule);
163 }

References System.SR.NotSupported_DynamicModule.