我试图在调用一些改变它的方法后打印出数组的内容,在Java中我使用:
System.out.print(Arrays.toString(alg.id));
我怎么在c#中这样做?
.net c# linq arrays
.net ×1
arrays ×1
c# ×1
linq ×1