I need something similar to List<String, Int32, Int32>. List only supports one type at a time, and Dictionary only two at a time. Is there a clean way to do something like the above (a multidimensional generic list/collection)?
I need something similar to List<String, Int32, Int32> . List only supports one type
Share
Best way is to create a container for it ie a class
then in the code where you need it