Modify property of object in List [Answered]
I have a struct like this:
And I have a
But it didn't work.
And I have a
List<MyStruct>. I want to modify MyProperty for a certain MyStruct in the list, using the Id property. I tried this:But it didn't work.
