|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| virtual void | SetConstant (object? defaultValue) |
| void | SetCustomAttribute (ConstructorInfo con, byte[] binaryAttribute) |
| void | SetCustomAttribute (CustomAttributeBuilder customBuilder) |
Package Functions | |
| ParameterBuilder (MethodBuilder methodBuilder, int sequence, ParameterAttributes attributes, string paramName) | |
Properties | |
| virtual ? string | Name [get] |
| virtual int | Position [get] |
| virtual int | Attributes [get] |
| bool | IsIn [get] |
| bool | IsOut [get] |
| bool | IsOptional [get] |
Private Attributes | |
| readonly string | _name |
| readonly int | _position |
| readonly ParameterAttributes | _attributes |
| MethodBuilder | _methodBuilder |
| int | _token |
Definition at line 5 of file ParameterBuilder.cs.