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

◆ GetGetMethod() [2/2]

override RuntimeMethodInfo System.Reflection.RuntimePropertyInfo.GetGetMethod ( bool nonPublic)
inline

Definition at line 216 of file RuntimePropertyInfo.cs.

217 {
218 if (!Associates.IncludeAccessor(m_getterMethod, nonPublic))
219 {
220 return null;
221 }
222 return m_getterMethod;
223 }

References System.Reflection.Associates.IncludeAccessor(), and System.Reflection.RuntimePropertyInfo.m_getterMethod.