Naming convention for a C# Dictionary -


how name dictionary variable?

say in method have dictionary<string, list<string>> dictionary;, keys of dictionary country names , values lists of province/state names. how should rename dictionary?

i know can create country class example. please don't mention alternative because i'm thinking of naming convention here.

provincesbycountry 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -