Method TypeIsBrowsable
TypeIsBrowsable(Type)
Returns whether type is browsable.
public static bool TypeIsBrowsable(Type p)
Parameters
pTypeThe type to check.
Returns
- bool
trueif type is browsable,falseotherwise.
Returns whether type is browsable.
public static bool TypeIsBrowsable(Type p)
p TypeThe type to check.
true if type is browsable, false otherwise.