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 | |
DefaultValueAttribute (Type type, string value) | |
DefaultValueAttribute (char value) | |
DefaultValueAttribute (byte value) | |
DefaultValueAttribute (short value) | |
DefaultValueAttribute (int value) | |
DefaultValueAttribute (long value) | |
DefaultValueAttribute (float value) | |
DefaultValueAttribute (double value) | |
DefaultValueAttribute (bool value) | |
DefaultValueAttribute (string value) | |
DefaultValueAttribute (object value) | |
DefaultValueAttribute (sbyte value) | |
DefaultValueAttribute (ushort value) | |
DefaultValueAttribute (uint value) | |
DefaultValueAttribute (ulong value) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual bool | Match (object obj) |
virtual bool | IsDefaultAttribute () |
Protected Member Functions | |
void | SetValue (object value) |
Static Package Functions | |
static bool<.ctor > | g__TryConvertFromInvariantString (Type typeToConvert, string stringValue, [Out] object conversionResult) |
Properties | |
virtual object | Value [get] |
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 | |
object | _value |
Static Private Attributes | |
static object | s_convertFromInvariantString |
Definition at line 9 of file DefaultValueAttribute.cs.