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

◆ DebuggerDisplayAttribute()

System.Diagnostics.DebuggerDisplayAttribute.DebuggerDisplayAttribute ( string value)
inline

Definition at line 12 of file DebuggerDisplayAttribute.cs.

13 {
14 if (value != null)
15 {
17 return;
18 }
19 this.value = "";
20 this.name = "";
21 this.type = "";
22 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Diagnostics.DebuggerDisplayAttribute.value.