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

◆ GetProperty() [5/7]

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

Definition at line 848 of file Type.cs.

849 {
850 return GetProperty(name, returnType, types, null);
851 }

References System.Reflection.GetProperty.