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() [3/6]

PropertyInfo System.Type.GetProperty ( string name,
BindingFlags bindingAttr,
Binder binder,
Type returnType,
Type[] types,
ParameterModifier[] modifiers )
inlineinherited

Definition at line 1079 of file Type.cs.

1080 {
1081 if (name != null)
1082 {
1083 }
1084 return "name";
1085 }

References System.name.