当前位置:网站首页>C# Cannot access child value on Newtonsoft.Json.Linq.JProperty

C# Cannot access child value on Newtonsoft.Json.Linq.JProperty

2022-06-21 10:44:00 _oP_i

  foreach (var item in directory["data"]["menu"].OfType<JObject>())
                    {
                        //treeViewFile.Nodes.Add(AddNode(item));
                        this.treeViewFile.Invoke(new Action(() => { this.treeViewFile.Nodes.Add(); }));
                    }

原网站

版权声明
本文为[_oP_i]所创,转载请带上原文链接,感谢
https://blog.csdn.net/nbspzs/article/details/125345038