public ConOut BorderTable(string[] headers, string[][] colLines, int[] lengths) { Console.Write(ConUtility.BorderTable(headers, colLines, lengths)); return(this); }
public ConOut BorderTable <TModel>(IEnumerable <TModel> models) { Console.Write(ConUtility.BorderTable(models)); return(this); }