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