| 
    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.Emit.PropertyBuilder:
 Collaboration diagram for System.Reflection.Emit.PropertyBuilder:Public Member Functions | |
| override object[] | GetCustomAttributes (bool inherit) | 
| override object[] | GetCustomAttributes (global::System.Type attributeType, bool inherit) | 
| override MethodInfo | GetGetMethod (bool nonPublic) | 
| override ParameterInfo[] | GetIndexParameters () | 
| override MethodInfo | GetSetMethod (bool nonPublic) | 
| override object | GetValue (object obj, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture) | 
| override bool | IsDefined (global::System.Type attributeType, bool inherit) | 
| override void | SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture) | 
| MethodInfo | GetGetMethod () | 
| MethodInfo | GetSetMethod () | 
| object | GetValue (object obj) | 
| virtual object | GetValue (object obj, object[] index) | 
| virtual void | SetValue (object obj, object value, object[] index) | 
| override bool | Equals (object obj) | 
| override int | GetHashCode () | 
Static Public Member Functions | |
| static bool | operator== (PropertyInfo left, PropertyInfo right) | 
| static bool | operator== (MemberInfo left, MemberInfo right) | 
| static bool | operator!= (PropertyInfo left, PropertyInfo right) | 
| static bool | operator!= (MemberInfo left, MemberInfo right) | 
Properties | |
| override bool | CanRead [get, set] | 
| override bool | CanWrite [get, set] | 
| override global::System.Type | DeclaringType [get, set] | 
| override string | Name [get, set] | 
| override global::System.Type | PropertyType [get, set] | 
| override global::System.Type | ReflectedType [get, set] | 
| override MemberTypes | MemberType [get, set] | 
| virtual Module | Module [get, set] | 
| virtual int | MetadataToken [get, set] | 
Definition at line 9 of file PropertyBuilder.cs.