I want to store values as key,value,value pair. My data is of type
Key -> int & both values -> ulong,
How to initialize & fet
You can make use of the KeyValuePair
Dictionary> vals = new Dictionary>();