<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wata_d</author_name>
  <author_url>https://blog.hatena.ne.jp/wata_d/</author_url>
  <blog_title>閑古鳥</blog_title>
  <blog_url>https://www.little-cuckoo.jp/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>programming</anon>
  </categories>
  <description>何も考えずに使ったらハマったのでメモ。 int? foo = null; (5 + foo ?? 0); // =&gt; &quot;5&quot;を期待したけど&quot;0&quot;になる これは: (5 + (foo ?? 0)); // =&gt; 5 と書きましょう。StyleCopで乗算や除算には問答無用で括弧を付けろと言われる環境なので油断していました(何も言われないので)。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.little-cuckoo.jp%2Fentry%2F2019%2F12%2F23%2F124053&quot; title=&quot;null合体演算子 ?? の優先順位 - 閑古鳥&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-23 12:40:53</published>
  <title>null合体演算子 ?? の優先順位</title>
  <type>rich</type>
  <url>https://www.little-cuckoo.jp/entry/2019/12/23/124053</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
