S
Sacha Faust
if you have a ready only properly like string.Length and I do
--(string.Length) I get a compiler problem saying that I can't modify the
value of the readonly property.
From my understanding, the -- operator should be decrementing the value
return by (string.Lenght) and not string.Lenght directly.
Am I right or just completely wrong on this and should get more sleep.
If I'm wrong can you give details.
Tks.
--(string.Length) I get a compiler problem saying that I can't modify the
value of the readonly property.
From my understanding, the -- operator should be decrementing the value
return by (string.Lenght) and not string.Lenght directly.
Am I right or just completely wrong on this and should get more sleep.
If I'm wrong can you give details.
Tks.