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

◆ GetSetMethod() [2/2]

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

Definition at line 225 of file RuntimePropertyInfo.cs.

226 {
227 if (!Associates.IncludeAccessor(m_setterMethod, nonPublic))
228 {
229 return null;
230 }
231 return m_setterMethod;
232 }

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