<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>動作確認環境：C# 9.0 「++C++; // 未確認飛行 C」に匿名型とis not {...} x形式パターンマッチングの記事（リンクは記事末尾）がありました。どちらも使ったことがなかったので、自分用のサンプルコードとして。 using System; // 匿名型の作成 var t = new { a = 0, b = &quot;&quot;, c = 1.23 }; Console.WriteLine(t.GetType()); // &lt;&gt;f__AnonymousType0`3[System.Int32,System.String,System.Double] // 「is not {...} x」パ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2020%2F12%2F26%2F164918&quot; title=&quot;C# 匿名型と「is not {...} x」パターンマッチングのサンプルコード - potisanのプログラミングメモ&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>2020-12-26 16:49:18</published>
  <title>C# 匿名型と「is not {...} x」パターンマッチングのサンプルコード</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2020/12/26/164918</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
