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

◆ GetPropertyImpl()

override PropertyInfo System.Reflection.Emit.EnumBuilder.GetPropertyImpl ( string name,
BindingFlags bindingAttr,
Binder? binder,
Type? returnType,
Type?[] types,
ParameterModifier?[] modifiers )
inlineprotected

Definition at line 147 of file EnumBuilder.cs.

148 {
149 throw new NotSupportedException(SR.NotSupported_DynamicModule);
150 }

References System.SR.NotSupported_DynamicModule.