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

◆ GetRaiseMethod() [2/2]

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

Definition at line 159 of file RuntimeEventInfo.cs.

160 {
161 if (!Associates.IncludeAccessor(m_raiseMethod, nonPublic))
162 {
163 return null;
164 }
165 return m_raiseMethod;
166 }

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