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

◆ GetProperty() [4/6]

PropertyInfo System.Type.GetProperty ( string name,
Type returnType )
inlineinherited

Definition at line 1056 of file Type.cs.

1057 {
1058 if (name != null)
1059 {
1060 }
1061 return "name";
1062 }

References System.name.