Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReflectedType
override
Type
System.Reflection.RuntimeConstructorInfo.ReflectedType
get
Definition at line
119
of file
RuntimeConstructorInfo.cs
.
120
{
121
get
122
{
123
if
(!
m_reflectedTypeCache
.IsGlobal)
124
{
125
return
ReflectedTypeInternal
;
126
}
127
return
null
;
128
}
129
}
System.Reflection.RuntimeConstructorInfo.ReflectedTypeInternal
RuntimeType ReflectedTypeInternal
Definition
RuntimeConstructorInfo.cs:99
System.Reflection.RuntimeConstructorInfo.m_reflectedTypeCache
RuntimeType.RuntimeTypeCache m_reflectedTypeCache
Definition
RuntimeConstructorInfo.cs:15
System
Reflection
RuntimeConstructorInfo
Generated by
1.10.0