terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AttributeArray

virtual Attribute [] System.ComponentModel.MemberDescriptor.AttributeArray
getsetprotectedinherited

Definition at line 73 of file MemberDescriptor.cs.

74 {
75 get
76 {
79 return this.attributes;
80 }
81 set
82 {
83 object obj = this.lockCookie;
84 long num = 0L;
88 if (num == 0L)
89 {
90 return;
91 }
92 throw new OutOfMemoryException();
93 }
94 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47