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.
がありSortedDictionary<double, List<int>>、それを反復処理して 5 番目の要素ごとに取得しようとしていますが、他の 4 要素のリスト メンバーを蓄積したいと考えています。LINQを使用することは可能ですか? 前もって感謝します。
SortedDictionary<double, List<int>>
これが可能だと言いたかっただけです。それは繰り返しの質問であるというだけです。
LINQを使用して蓄積したい場合は、次の質問を確認できます。