Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# iorderedenumerable to dictionary

sortedDict.ToDictionary(pair => pair.Key, pair => pair.Value);
 
PREVIOUS NEXT
Tagged: #iorderedenumerable #dictionary
ADD COMMENT
Topic
Name
7+4 =