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

◆ GetIndexParameters()

override ParameterInfo[] System.Reflection.Emit.PropertyBuilder.GetIndexParameters ( )
inline

Definition at line 191 of file PropertyBuilder.cs.

192 {
193 throw new NotSupportedException(SR.NotSupported_DynamicModule);
194 }

References System.SR.NotSupported_DynamicModule.