7
什么时候使用List <KeyValuePair <T1,T2 >>代替Dictionary <T1,T2>?
相同类型的KeyValuePair列表和字典之间有什么区别?是否有适当的时间使用其中之一?
95
c#
dictionary