C# Get values from Dictionary key

前端 未结 0 1498
孤独总比滥情好
孤独总比滥情好 2021-01-29 15:52

I have the code snippet below

        var mylist = new Dictionary>();
        mylist.Add(0, new List { 1, 2, 3 });
        m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题