A dictionary object that uses ranges of values for keys

前端 未结 8 824
情深已故
情深已故 2020-11-27 19:26

I have need of a sort of specialized dictionary. My use case is this: The user wants to specify ranges of values (the range could be a single point as well) and assign a v

8条回答
  •  攒了一身酷
    2020-11-27 20:01

    You could check out the powercollections here found on codeplex that has a collection that can do what you are looking for.

    Hope this helps, Best regards, Tom.

提交回复
热议问题