我在 VS Code 中使用 .NET Interactive 笔记本,并且想要更改打印元素的数量:
var x = Enumerable.Range(0,21); x.Display();
输出中仅显示前 20 个元素:
我可以以某种方式增加输出的大小吗?
c# visual-studio-code dotnet-interactive .net-interactive
.net-interactive ×1
c# ×1
dotnet-interactive ×1
visual-studio-code ×1