C#C
C#2y ago
niels

Complex question

Let's say I have a list of tuples. Now I also have a dictionary that maps from string to a subset of these tuples. Is it possible to, on compile time get hints for a specific string (which is a key from the dictionary) which tuples are included (without me having to go to the source code and look into the mapping)?
Was this page helpful?