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

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -