Overflow<T>(T, Overflow) Method
Sets the overflow strategy.
public static T Overflow<T>(this T obj, Overflow overflow) where T : class, IOverflowable
- Namespace
- Spectre
.Console - Containing Type
- Overflowable
Extensions
Parameters
-
T
- An object implementing
IOverflowable
.
Parameters
- T obj
- The overflowable object instance.
- Overflow overflow
- The overflow strategy to use.
Returns
- T