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

◆ GetRemoveMethod() [2/2]

override MethodInfo System.Reflection.RuntimeEventInfo.GetRemoveMethod ( bool nonPublic)
inline

Definition at line 150 of file RuntimeEventInfo.cs.

151 {
152 if (!Associates.IncludeAccessor(m_removeMethod, nonPublic))
153 {
154 return null;
155 }
156 return m_removeMethod;
157 }

References System.Reflection.Associates.IncludeAccessor(), and System.Reflection.RuntimeEventInfo.m_removeMethod.