|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| virtual bool | IsDefined (Type attributeType, bool inherit) |
| virtual IList< CustomAttributeData > | GetCustomAttributesData () |
| virtual object[] | GetCustomAttributes (bool inherit) |
| virtual object[] | GetCustomAttributes (Type attributeType, bool inherit) |
| virtual Type[] | GetOptionalCustomModifiers () |
| virtual Type[] | GetRequiredCustomModifiers () |
| object | GetRealObject (StreamingContext context) |
| override string | ToString () |
Protected Member Functions | |
| ParameterInfo () | |
Protected Attributes | |
| ParameterAttributes | AttrsImpl |
| Type? | ClassImpl |
| object? | DefaultValueImpl |
| MemberInfo | MemberImpl |
| string? | NameImpl |
| int | PositionImpl |
Properties | |
| virtual ParameterAttributes | Attributes [get] |
| virtual MemberInfo | Member [get] |
| virtual ? string | Name [get] |
| virtual Type | ParameterType [get] |
| virtual int | Position [get] |
| bool | IsIn [get] |
| bool | IsLcid [get] |
| bool | IsOptional [get] |
| bool | IsOut [get] |
| bool | IsRetval [get] |
| virtual ? object | DefaultValue [get] |
| virtual ? object | RawDefaultValue [get] |
| virtual bool | HasDefaultValue [get] |
| virtual IEnumerable< CustomAttributeData > | CustomAttributes [get] |
| virtual int | MetadataToken [get] |
Definition at line 6 of file ParameterInfo.cs.