Method GetBrowsable
GetBrowsable(MemberInfo)
Returns whether property, method or other member is browsable.
public static bool GetBrowsable(MemberInfo p)
Parameters
p
MemberInfoProperty info.
Returns
- bool
true
if property is browsable,false
otherwise.