How to use compound key for dictionary?

后端 未结 3 1540
太阳男子
太阳男子 2021-01-05 18:07

I need to arrange sort of dictionary where the key would be a pair of enum and int and value is object. So I want to map a pair to some object.

One option would be <

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