How do you use (get values from keys, add items) Hashtables in F#
Posted
by Russell
on Stack Overflow
See other posts from Stack Overflow
or by Russell
Published on 2010-06-13T12:59:08Z
Indexed on
2010/06/13
13:02 UTC
Read the original article
Hit count: 229
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
© Stack Overflow or respective owner