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 | |
JsonObjectAttribute () | |
JsonObjectAttribute (MemberSerialization memberSerialization) | |
JsonObjectAttribute (string id) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual bool | Match (object obj) |
virtual bool | IsDefaultAttribute () |
Package Attributes | |
Required? | _itemRequired |
bool? | _isReference |
bool? | _itemIsReference |
ReferenceLoopHandling? | _itemReferenceLoopHandling |
TypeNameHandling? | _itemTypeNameHandling |
Properties | |
MemberSerialization | MemberSerialization [get, set] |
Required | ItemRequired [get, set] |
string | Id [get, set] |
string | Title [get, set] |
string | Description [get, set] |
Type | ItemConverterType [get, set] |
object[] | ItemConverterParameters [get, set] |
bool | IsReference [get, set] |
bool | ItemIsReference [get, set] |
ReferenceLoopHandling | ItemReferenceLoopHandling [get, set] |
TypeNameHandling | ItemTypeNameHandling [get, set] |
virtual object | TypeId [get] |
Static Private Member Functions | |
static Attribute[] | InternalGetCustomAttributes (PropertyInfo element, Type type, bool inherit) |
static Attribute[] | InternalGetCustomAttributes (EventInfo element, Type type, bool inherit) |
static Attribute[] | InternalParamGetCustomAttributes (ParameterInfo parameter, Type attributeType, bool inherit) |
static bool | InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit) |
static bool | InternalIsDefined (EventInfo element, Type attributeType, bool inherit) |
static bool | AreFieldValuesEqual (object thisValue, object thatValue) |
Private Attributes | |
MemberSerialization | _memberSerialization |
string< Id > | k__BackingField |
string< Title > | k__BackingField |
string< Description > | k__BackingField |
Type< ItemConverterType > | k__BackingField |
object[]< ItemConverterParameters > | k__BackingField |
Definition at line 9 of file JsonObjectAttribute.cs.