How do you use (get values from keys, add items) Hashtables in F#
- by Russell
I woudl like to know how to use a System.Collections.Hashtable in F#. The reason it is a Hashtable is because I am referencing C# assemblies.
How would I call the following methods?
- Add
- Get value from key
I have not been able to find anything useful in google about this. Any help would be appreciated.
Thanks