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

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

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