By mswatcher
via vadmyst.blogspot.com
Submitted: Jul 19 2008 / 07:30
Generics in C# allow us specify and construct rather complex types. For instance, we can create a dictionary that maps Id number with the name:
Dictionary> idNameMapping;
We can create even more complex data structure, when Id number has to be mapped on another dictionary
SaveShareSend
Tags: .net, other languages
Add your comment