Re: List<> of struct with property. Cannot change value of property. why?



I guess this could be shortened to:

list[index].MethodThatChangesStructsFields();

Confirmed. This operates on the COPY, and any changes are lost, and
the compiler does NOT warn about this.

Zytan

.