<?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>型推論と匿名型 (C# によるプログラミング入門) http://ufcpp.net/study/csharp/sp3_inference.html 概要、暗黙的型付け、型推論、暗黙的型付け配列 var, 暗黙的配列、匿名型 var: 暗黙的型付けされたローカル変数 初期化の伴わない宣言はエラー。 型の自動判別に頼りすぎはよくない。 匿名型は読み取り専用。 // プロパティ名の省略 A a = new A { X = 0, Y = 1, Z = 2}; var b = new { a.X, a.Y }; //↑ new { X = a.X, Y = a.Y } と同じ意味。 // LINQでの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcsh-2.hatenadiary.org%2Fentry%2F20100225%2F1267108742&quot; title=&quot;型推論と匿名型 - 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-25 23:39:02</published>
  <title>型推論と匿名型</title>
  <type>rich</type>
  <url>https://csh-2.hatenadiary.org/entry/20100225/1267108742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
