Method GetBrowsable
GetBrowsable(MemberInfo)
Returns whether property, method or other member is browsable.
public static bool GetBrowsable(MemberInfo p)
Parameters
pMemberInfoMember info.
Returns
- bool
trueif property is browsable,falseotherwise.