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

◆ ReflectedType

override Type System.Reflection.RuntimeMethodInfo.ReflectedType
get

Definition at line 106 of file RuntimeMethodInfo.cs.

107 {
108 get
109 {
110 if (m_reflectedTypeCache.IsGlobal)
111 {
112 return null;
113 }
114 return m_reflectedTypeCache.GetRuntimeType();
115 }
116 }
RuntimeType.RuntimeTypeCache m_reflectedTypeCache

Referenced by System.Reflection.RuntimeMethodInfo.Equals().