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

◆ GetValue() [3/3]

override object System.Reflection.Emit.PropertyBuilder.GetValue ( object? obj,
object??[] index )
inlinevirtual

Reimplemented from System.Reflection.PropertyInfo.

Definition at line 140 of file PropertyBuilder.cs.

141 {
142 throw new NotSupportedException(SR.NotSupported_DynamicModule);
143 }

References System.SR.NotSupported_DynamicModule.