标签: c# typescript. 在C#中,可以通过引用传递参数。例如: private void Add(ref Node node) { if (node == null) { node = new Node(); } } Add(ref this.Root);
確定! 回上一頁