Contains extension methods for IHasVisibility.
Methods
public static T Invisible<T>(T obj)
Marks the specified object as being invisible.
Parameters:
obj (T)The object to hide.
Returns:
The same instance so that multiple calls can be chained.
public static T Visible<T>(T obj)
Marks the specified object as being visible.
Parameters:
obj (T)The object to show.
Returns:
The same instance so that multiple calls can be chained.