How can I convert List<object> to Hashtable in C#?

后端 未结 4 1532
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 16:12

I have a list of objects, each containing an Id, Code and Description.

I need to convert this list into a Hashtable, using Description as the key an

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