I need to fetch data from nested Dictionary IN C#. My Dictionary is like this:
static Dictionary<string, Dictionary<ulong, string>> allOffset =
new Dictionary<string, Dictionary<ulong, string>>();
I need to fetch all keys/values of the full dictionary, represented like so:
string->>ulong, string
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…