J
Jon Shemitz
The new ?? operator doesn't seem to be in the precedence table in
VS.05
<ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_csref/html/214e7b83-1a41-4f7c-9867-64e9c0bab39f.htm>,
and I can't seem to find anything about it online.
What's the precedence of the ?? operator?
[It doesn't seem like it would be "Primary" - up there with x.y, f(x),
a[x], x++, x--, new, typeof, checked, and unchecked - but it doesn't
seem "Unary", either. I hope there's not a new category between Unary
and Arithmetic!]
VS.05
<ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_csref/html/214e7b83-1a41-4f7c-9867-64e9c0bab39f.htm>,
and I can't seem to find anything about it online.
What's the precedence of the ?? operator?
[It doesn't seem like it would be "Primary" - up there with x.y, f(x),
a[x], x++, x--, new, typeof, checked, and unchecked - but it doesn't
seem "Unary", either. I hope there's not a new category between Unary
and Arithmetic!]