+ 4
What are the different scenarios where I should use List<KeyValuePair<>> instead of Dictionary<>?
Any specific reasons to choose one over the other?
1 Antwort
+ 1
Jan Markus I think by List<KeyVsluePair<<> it means hashmap where a key is associated with value like dictionary and not a List or array.🤔🤔