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
)
inline
inherited
Definition at line
848
of file
Type.cs
.
849
{
850
return
GetProperty
(name, returnType, types,
null
);
851
}
System.Reflection.BindingFlags.GetProperty
@ GetProperty
References
System.Reflection.GetProperty
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0