<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sygh</author_name>
  <author_url>https://blog.hatena.ne.jp/sygh/</author_url>
  <blog_title>syghの新フラグメント置き場</blog_title>
  <blog_url>https://sygh.hatenadiary.jp/</blog_url>
  <categories>
    <anon>.NET Framework</anon>
    <anon>C#</anon>
    <anon>プログラミングTips</anon>
  </categories>
  <description>C#言語はnullに関連する演算子が豊富です。 null合体演算子 null合体演算子は左側オペランドがnullでない場合は左側オペランドを返し、nullの場合は右側オペランドを返します。参照型のほか、Null許容型（Nullable）にも適用可能です。C# 2.0で追加されました。 x ?? alt 三項演算子で書くと以下のようになります。 x != null ? x : alt null条件演算子 null条件演算子はオペランドがnullでない場合はメンバーアクセス（.もしくは[]）を実行します。参照型のほか、Null許容型（Nullable）にも適用可能です。C# 6.0で追加されました…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsygh.hatenadiary.jp%2Fentry%2F2017%2F08%2F26%2F184126&quot; title=&quot;C# 6.0コンパイラーの興味深い挙動 - syghの新フラグメント置き場&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>2017-08-26 18:41:26</published>
  <title>C# 6.0コンパイラーの興味深い挙動</title>
  <type>rich</type>
  <url>https://sygh.hatenadiary.jp/entry/2017/08/26/184126</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
