how to initialize dictionary as (key,value,value) pair in C#

后端 未结 9 1147
悲&欢浪女
悲&欢浪女 2020-12-31 11:37

I want to store values as key,value,value pair. My data is of type

Key -> int & both values -> ulong,

How to initialize & fet

9条回答
  •  半阙折子戏
    2020-12-31 12:11

    maybe you have to define a class say class Pair to hold your two value, and use int as the key.

提交回复
热议问题