terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
CustomAttributeTypedArgument (object value) | |
CustomAttributeTypedArgument (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 Type | ArgumentType [get] |
readonly object | Value [get] |
Static Private Member Functions | |
static object | CanonicalizeValue (object value) |
Private Attributes | |
readonly Type< ArgumentType > | k__BackingField |
readonly object< Value > | k__BackingField |
Definition at line 8 of file CustomAttributeTypedArgument.cs.