Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetProperty() [7/7]

PropertyInfo? System.Type.GetProperty ( string name,
Type[] types )
inlineinherited

Definition at line 842 of file Type.cs.

843 {
844 return GetProperty(name, null, types);
845 }

References System.Reflection.GetProperty.