You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[a?[x]](../../../csharp/language-reference/operators/null-conditional-operators.md) – null conditional indexing. Returns `null` if the left-hand operand is `null`.
66
-
64
+
67
65
[x++](../../../csharp/language-reference/operators/increment-operator.md) – postfix increment. Returns the value of x and then updates the storage location with the value of x that is one greater (typically adds the integer 1).
68
66
69
67
[x--](../../../csharp/language-reference/operators/decrement-operator.md) – postfix decrement. Returns the value of x and then updates the storage location with the value of x that is one less (typically subtracts the integer 1).
0 commit comments