GeekArticles
Microsoft
C#Dictionary with a Custom Key
Author: codeproject.com |
Published: 14th Feb 2008 |
Visited: 43 times |
Add CommentFiled in: CSharpAn article on creating a custom key to use with a dictionary.
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...