|
11 | 11 | // DumpConfig.Default.TableConfig.ShowRowSeparators = true;
|
12 | 12 | // DumpConfig.Default.TableConfig.ShowMemberTypes = true;
|
13 | 13 | // new DirectoryInfo("C:\\Program Files").Dump();
|
14 |
| -//(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, "14", "15", 16, 17, 18).Dump("ValueTuple", tableConfig: new TableConfig { MaxCollectionCount = 4 }); |
15 |
| -//Tuple.Create(1, 2, 3, 4, 5, 6, 7, Tuple.Create(8, 9, 10, 11)).Dump("System.Tuple"); |
16 |
| -new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }.Dump(tableConfig: new TableConfig { MaxCollectionCount = 3 }); |
| 14 | +// (1, 2, 3, 4, ("1", "b"), 5, 6, 7, 8, 9, 10, 11, 12, 13, "14", "15", 16, 17, 18).Dump("ValueTuple", tableConfig: new TableConfig { MaxCollectionCount = 4 }); |
| 15 | +(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, "14", "15", 16, 17, 18).Dump("ValueTuple 1"); |
| 16 | +(1, 2, 3, 4, ("1", "b"), 5, 6, 7, 8, 9, 10, 11, 12, 13, "14", "15", 16, 17, 18).Dump("ValueTuple"); |
| 17 | +Tuple.Create(1, 2, 3, 4, 5, 6, 7, Tuple.Create(8, 9, 10, 11)).Dump("System.Tuple"); |
| 18 | +// new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }.Dump(tableConfig: new TableConfig { MaxCollectionCount = 3 }); |
17 | 19 | Console.WriteLine("---------------------");
|
18 | 20 |
|
19 | 21 | // TestSpecific();
|
|
0 commit comments