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

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

2022-06-21 11:10: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://yzsam.com/2022/172/202206211044270493.html