<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sixpetals</author_name>
  <author_url>https://blog.hatena.ne.jp/sixpetals/</author_url>
  <blog_title>狂言日誌</blog_title>
  <blog_url>https://sixpetals.hatenadiary.org/</blog_url>
  <categories>
    <anon>.NET</anon>
    <anon>VB.NET</anon>
    <anon>.NET 2.0</anon>
  </categories>
  <description>.NET 2.0になって、Nullableが使えるようになりました。これはプリミティブ型にNullを入れられるジェネリックで、VB.NETでいえば、Nothingを入れることができるようになるようです。使い方は簡単、 Dim num as Nullable(of Long) = 2 のようにすればいいみたいですね。これでnum = Nothingが使えるようになりました。Boxingの魔法によりこのnumはlong型（プリミティブ）にそのまま代入することもできます。 Dim numLong as Long = num しかし、困ったことにIs演算子が使えないため、条件分岐のときなどに普通のクラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsixpetals.hatenadiary.org%2Fentry%2F20051027%2Fp2&quot; title=&quot;NullableとNothing - 狂言日誌&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>2005-10-27 00:00:01</published>
  <title>NullableとNothing</title>
  <type>rich</type>
  <url>https://sixpetals.hatenadiary.org/entry/20051027/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
