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

◆ IsBrowsable

virtual bool System.ComponentModel.MemberDescriptor.IsBrowsable
getinherited

Definition at line 151 of file MemberDescriptor.cs.

152 {
153 get
154 {
155 if (this != null)
156 {
157 }
158 string text = this.name;
159 throw new InvalidCastException();
160 }
161 }