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

◆ CacheEquals()

override bool System.Reflection.RuntimeConstructorInfo.CacheEquals ( object o)
inlinepackagevirtual

Reimplemented from System.Reflection.MemberInfo.

Definition at line 168 of file RuntimeConstructorInfo.cs.

169 {
171 {
172 return runtimeConstructorInfo.m_handle == m_handle;
173 }
174 return false;
175 }
RuntimeConstructorInfo(RuntimeMethodHandleInternal handle, RuntimeType declaringType, RuntimeType.RuntimeTypeCache reflectedTypeCache, MethodAttributes methodAttributes, BindingFlags bindingFlags)

References System.Reflection.RuntimeConstructorInfo.m_handle.