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

◆ GetAddMethod() [2/2]

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

Definition at line 141 of file RuntimeEventInfo.cs.

142 {
143 if (!Associates.IncludeAccessor(m_addMethod, nonPublic))
144 {
145 return null;
146 }
147 return m_addMethod;
148 }

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