There was an error while loading. Please reload this page.
Prints full data table
Namespace: CodeJam.TableDataAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static void Print( TextWriter writer, IEnumerable<string[]> data, int[] widths, string indent = null )
VB
Public Shared Sub Print ( writer As TextWriter, data As IEnumerable(Of String()), widths As Integer(), Optional indent As String = Nothing )
F#
static member Print : writer : TextWriter * data : IEnumerable<string[]> * widths : int[] * ?indent : string (* Defaults: let _indent = defaultArg indent null *) -> unit
FixedWidthFormat ClassCodeJam.TableData Namespace