Posts by Jonathan S. • 1 point
1 post
-
0
votes2
answers239
viewsA: Group items within a foreach
Using dictionaries you can perform this grouping smoothly. Example: Dictionary<Int32, List<Produto>> dicionárioDeNaturezas = new Dictionary<Int32,List<Produto>>();…
c#answered Jonathan S. 1