I got a problem when I try to modify the value of an item because its only a read only field.
KeyValuePair<Tkey, Tvalue>
I’ve tried different alternatives like:
Dictionary<Tkey, Tvalue>
but there I have the same problem. Is there a way to set the value field to an new value?
You can’t modify it, you can replace it with a new one.
or for dictionary: