Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看 ICollection、IEnumerable 等 .net 通用集合,以查看任何可以使用 MoveNext、MovePrevious 等方法支持双向导航的集合。有吗?
我发现 ICollectionView 支持 MoveNext、MovePrevious。