I am making application in c#. In that application i want to create the dictionary run time.Here i am getting data from different ports like 1000,2000,3000 etc. Here i want to create the dictionary run time with name as Dictionary1000, Dictionary2000, Dictionary3000 etc. But i am not able to do it. Please help me.
Thanks in advance.
I am making application in c#. In that application i want to create the
Share
Never variable name for indexing. Use a dictionary of dictionary.