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

◆ CacheEquals()

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

Reimplemented from System.Reflection.MemberInfo.

Definition at line 206 of file RuntimeMethodInfo.cs.

207 {
209 {
210 return runtimeMethodInfo.m_handle == m_handle;
211 }
212 return false;
213 }
RuntimeMethodInfo(RuntimeMethodHandleInternal handle, RuntimeType declaringType, RuntimeType.RuntimeTypeCache reflectedTypeCache, MethodAttributes methodAttributes, BindingFlags bindingFlags, object keepalive)

References System.Reflection.RuntimeMethodInfo.m_handle.