0
Modify elements on a list
I have a list of class objects and I want to modify it. for example the list is made of objects from the class person and it has name and id, I want to search that list by the id and if I find the id I want modify the name of that person. thanks
0 Resposta