最佳答案
I have a List<>
of custom objects.
I need to find an object in this list by some property which is unique and update another property of this object.
What is the quickest way to do it?