How are the execs not impacted by these layoffs. They are the ones that made the all-in bet on live service games and since that has utterly failed, why is it the devs that get cut, while the execs get pay raises and bonuses?
Can you point out any such "nonsensical opinion" in the article? Is it the fact that Waymo is ahead of Tesla when it comes to "robotaxis," at least in terms of real-world usage? The only thing I see that comes close to an "opinion" is the question I asked about vandalism, given that Elon Musk and Tesla are not super popular right now, and we've already seen what an angry mob needlessly do a self-driving car.
As for the title of the article, we all know about Musk's track record with promises, even huge Tesla fanboys cannot deny that; so I decided to go with a title that nods to the fact that this is not the first time we're hearing of Tesla robotaxis launching "soon."
Question
Andre S. Veteran
Hi, I have say a
Dictionary<Color, int> myDict;
And I want to do this:
foreach (var kvPair in myDict) { kvPair.Value = 0; // not necessarily always 0, could be calculated per-value, whatever }
But this triggers a compiler error:
Property or indexer 'System.Collections.Generic.KeyValuePair<Color,int>.Value' cannot be assigned to -- it is read only
How can I do this?
Link to comment
https://www.neowin.net/forum/topic/871176-c-assign-values-in-dictionary/Share on other sites
14 answers to this question
Recommended Posts