我需要在.NET中存储(integer,boolean)键值对的列表
当我使用字典时,它会重新排序它们.是否有内置的集合来处理这个问题.
List> l = new List>(); l.Add(new KeyValuePair(1, false));