Invisible<T>(T) Method
Marks the specified object as being invisible.
public static T Invisible<T>(this T obj) where T : class, IHasVisibility
- Namespace
- Spectre
.Console - Containing Type
- VisibilityExtensions
Parameters
-
T
- An object implementing
IHasVisibility
.
Parameters
- T obj
- The object to hide.
Returns
- T