Joao Matias
Save values from dict [Answered]
Hello guys.
I need help...
I've been coding an algorithm where I need to store the values of a dictionary of type dict<string,List<Elements>> in some persistent structure.
When running the algorithm I need to access these values and check if for the evaluated key the current values are already contained or not in my file, i they aren't i'll add them.
Any idea ?
8 replies