MinimalDoubleHeadBorder<T>(T) Method
Display a minimal border with a double header border.
public static T MinimalDoubleHeadBorder<T>(this T obj) where T : class, IHasTableBorder
- Namespace
- Spectre
.Console - Containing Type
- Has
Table Border Extensions
Parameters
-
T
- An object type with a border.
Parameters
- T obj
- The object to set the border for.
Returns
- T