|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| Type? | MemberType [get, set] |
| XmlAttributes | XmlAttributes [get, set] |
| SoapAttributes | SoapAttributes [get, set] |
| string | MemberName [get, set] |
| bool | IsReturnValue [get, set] |
| bool | OverrideIsNullable [get, set] |
Private Attributes | |
| string | _memberName |
| Type | _type |
| XmlAttributes | _xmlAttributes = new XmlAttributes() |
| SoapAttributes | _soapAttributes = new SoapAttributes() |
| bool | _isReturnValue |
| bool | _overrideIsNullable |
Definition at line 3 of file XmlReflectionMember.cs.