|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Reflection.CustomAttributeTypedArgument:
Collaboration diagram for System.Reflection.CustomAttributeTypedArgument:Public Member Functions | |
| CustomAttributeTypedArgument (object value) | |
| CustomAttributeTypedArgument (global::System.Type argumentType, object value) | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Static Public Member Functions | |
| static bool | operator== (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right) |
| static bool | operator!= (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right) |
Package Functions | |
| string | ToString (bool typed) |
Properties | |
| readonly global::System.Type | ArgumentType [get, set] |
| readonly object | Value [get, set] |
Static Private Member Functions | |
| static object | CanonicalizeValue (object value) |
Private Attributes | |
| readonly global::System.Type< ArgumentType > | k__BackingField |
| readonly object< Value > | k__BackingField |
Definition at line 12 of file CustomAttributeTypedArgument.cs.