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

◆ Name

override string System.Reflection.RuntimeConstructorInfo.Name
get

Definition at line 383 of file RuntimeConstructorInfo.cs.

384 {
385 get
386 {
387 string text = this.name;
388 if (text != null)
389 {
390 return text;
391 }
392 return text;
393 }
394 }