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 | |
LookupBindingPropertiesAttribute () | |
LookupBindingPropertiesAttribute (string dataSource, string displayMember, string valueMember, string lookupMember) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual bool | Match (object obj) |
virtual bool | IsDefaultAttribute () |
Static Public Attributes | |
static readonly LookupBindingPropertiesAttribute | Default |
Properties | |
string | DataSource [get] |
string | DisplayMember [get] |
string | ValueMember [get] |
string | LookupMember [get] |
virtual object | TypeId [get] |
Static Private Member Functions | |
static | LookupBindingPropertiesAttribute () |
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 | |
readonly string< DataSource > | k__BackingField |
readonly string< DisplayMember > | k__BackingField |
readonly string< ValueMember > | k__BackingField |
readonly string< LookupMember > | k__BackingField |
Definition at line 8 of file LookupBindingPropertiesAttribute.cs.