SimpleHeavyBorder<T>(T) Method
Display a simple border with heavy lines.
public static T SimpleHeavyBorder<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