Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetPropertyInfo()
static
PropertyInfo
System.RuntimeType.GetPropertyInfo
(
RuntimeType
reflectedType
,
int
tkProperty
)
inline
static
private
Definition at line
1787
of file
RuntimeType.cs
.
1788
{
1789
RuntimePropertyInfo
[]
propertyList
=
reflectedType
.Cache.GetPropertyList(
MemberListType
.All,
null
);
1790
foreach
(
RuntimePropertyInfo
runtimePropertyInfo
in
propertyList
)
1791
{
1792
if
(
runtimePropertyInfo
.MetadataToken ==
tkProperty
)
1793
{
1794
return
runtimePropertyInfo
;
1795
}
1796
}
1797
throw
new
SystemException();
1798
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimePropertyInfo
Definition
RuntimePropertyInfo.cs:9
System.RuntimeType.MemberListType
MemberListType
Definition
RuntimeType.cs:98
System
RuntimeType
Generated by
1.10.0