C#C
C#3y ago
17 replies
Кён Кёныч

Method for printing collections.

So .NET Interactive has a
display
function (https://github.com/dotnet/interactive/blob/main/docs/display-output-csharp.md) that allows to nicely print collections and even iterators in Notebooks. So I wonder, is it possible to access this method in a normal C# project to print collections to stdout.
image.png
GitHub
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in way...
interactive/docs/display-output-csharp.md at main · dotnet/interact...
Was this page helpful?