Naming convention for a C# Dictionary

后端 未结 6 2127
遇见更好的自我
遇见更好的自我 2020-12-23 11:16

How do we name a dictionary variable?

Say in my method I have Dictionary> dictionary;, where the keys of the dict

6条回答
提交回复
热议问题