<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Csh</author_name>
  <author_url>https://blog.hatena.ne.jp/Csh/</author_url>
  <blog_title>C#にハマってみる日記</blog_title>
  <blog_url>https://csh-2.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>Nullable 型 (C# によるプログラミング入門) http://ufcpp.net/study/csharp/sp2_nullable.html 概要、Nullable型、Nullable型のメンバー、Nullable型に対する演算、? ?演算子 Nullableに出来るのは値型のみ。string?などはエラー。 T?で得られるNullable型は、System.Nullableと等価。 元の型Tがもつ演算は全て使える。 // x, y は int? 型の変数 int? z = x ?? y; // x != null ? x : y</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcsh-2.hatenadiary.org%2Fentry%2F20100224%2F1267009417&quot; title=&quot;Nullable型 - C#にハマってみる日記&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>2010-02-24 20:03:37</published>
  <title>Nullable型</title>
  <type>rich</type>
  <url>https://csh-2.hatenadiary.org/entry/20100224/1267009417</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
