Non generic Dictionary
I am new to Linqpad. Sorry if this should be obvious.
But I am trying to use a Dictionary - note not a generic dictionary.
But linqpad is insisting that I add type parameters
But I am trying to use a Dictionary - note not a generic dictionary.
But linqpad is insisting that I add type parameters
Comments
https://blogs.msdn.microsoft.com/kcwalina/2005/09/23/system-collections-vs-system-collection-generic-and-system-collections-objectmodel/
http://people.cs.aau.dk/~normark/oop-csharp/html/notes/collections_themes-non-generic-collections-sect.html#collections_non-generic-overview_title_1
There is a non generic IDictionary interface but no Dictionary class
Hashtable is working fine
Thanks very much