Posts by Gustavo Santos • 1 point
1 post
-
-1
votes1
answer42
viewsQ: how to use Dictionary select . value concepts
what that select and . value means var idProdutosDistintos = DictionaryVendas .Select(x => x.Value.Produto.Codigo) .Distinct() .Count(); sw.WriteLine("E - " + idProdutosDistintos);…