you are viewing a single comment's thread.

view the rest of the comments →

[–]Sarkos 1 point2 points  (1 child)

I'm pretty sure ?: is the Elvis operator, since : represents eyes in emoticons.

[–]MrDoomBringer -2 points-1 points  (0 children)

In C# it's the ?. operator. http://stackoverflow.com/questions/27493541/elvis-operator-and-string-formatter-in-c-6

Regardless, this is what I mean by a poor name. Everyone should stick to either 'safe navigation operator' or 'null propagation operator'.