SafeBorder<T>(T) Method
Enables the safe border.
public static T SafeBorder<T>(this T obj) where T : class, IHasBorder
- Namespace
- Spectre
.Console - Containing Type
- HasBorderExtensions
Parameters
-
T
- An object type with a border.
Parameters
- T obj
- The object to enable the safe border for.
Returns
- T