teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

ジェネリック版追加

2024/08/31 17:50

投稿

TN8001
TN8001

スコア10108

answer CHANGED
@@ -1,9 +1,17 @@
1
+ 追記
2
+
3
+ .NET 9でジェネリック版が追加されました(今更何故?^^;
4
+ [What's new in .NET libraries for .NET 9 | Microsoft Learn](https://learn.microsoft.com/ja-jp/dotnet/core/whats-new/dotnet-9/libraries#ordereddictionarytkey-tvalue)
5
+ [OrderedDictionary<TKey,TValue> クラス (System.Collections.Generic) | Microsoft Learn](https://learn.microsoft.com/ja-jp/dotnet/api/system.collections.generic.ordereddictionary-2)
6
+
7
+ ---
8
+
1
- [OrderedDictionary クラス (System.Collections.Specialized) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.collections.specialized.ordereddictionary)ってのがあるのですが、非ジェネリック版しかないんですよね。
9
+ [OrderedDictionary クラス (System.Collections.Specialized) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.collections.specialized.ordereddictionary)ってのがあるのですが、非ジェネリック版しかないんですよね。
2
-
10
+
3
- それが気に食わない人は、自作しているんじゃないでしょうか。
11
+ それが気に食わない人は、自作しているんじゃないでしょうか。
4
-
12
+
5
- [A Generic OrderedDictionary in C# - CodeProject](https://www.codeproject.com/Tips/5251695/A-Generic-OrderedDictionary-in-Csharp)
13
+ [A Generic OrderedDictionary in C# - CodeProject](https://www.codeproject.com/Tips/5251695/A-Generic-OrderedDictionary-in-Csharp)
6
- [NuGet Gallery | SoftCircuits.OrderedDictionary 1.0.2](https://www.nuget.org/packages/SoftCircuits.OrderedDictionary/)
14
+ [NuGet Gallery | SoftCircuits.OrderedDictionary 1.0.2](https://www.nuget.org/packages/SoftCircuits.OrderedDictionary/)
7
- [jehugaleahsa/truncon.collections.OrderedDictionary: A generic version of the .NET OrderedDictionary](https://github.com/jehugaleahsa/truncon.collections.OrderedDictionary)
15
+ [jehugaleahsa/truncon.collections.OrderedDictionary: A generic version of the .NET OrderedDictionary](https://github.com/jehugaleahsa/truncon.collections.OrderedDictionary)
8
-
16
+
9
17
  雑に検索して見つけたものです(試したわけでも勧めるわけでもありません)