NoWrap<T>(T) Method
Prevents a column from wrapping.
public static T NoWrap<T>(this T obj) where T : class, IColumn
- Namespace
- Spectre
.Console - Containing Type
- ColumnExtensions
Parameters
-
T
- An object implementing
IColumn
.
Parameters
- T obj
- The column.
Returns
- T