<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noriok</author_name>
  <author_url>https://blog.hatena.ne.jp/noriok/</author_url>
  <blog_title>C#練習日記</blog_title>
  <blog_url>https://noriok.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Enumerable.Select メソッドを複数呼び出している式を クエリ式に変換する方法です。 select 句の後ろに into を使う。するとクエリを継続できる。 let 句を使う。 using System; using System.Collections.Generic; using System.Linq; class Program { static void Main() { var xs = new[] { 1, 2, 3 }; // メソッドチェーン var a = xs.Select(x =&gt; x * 2).Select(y =&gt; y + 1); Console.Wr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoriok.hatenadiary.jp%2Fentry%2F2016%2F01%2F10%2F181655&quot; title=&quot;select 句を重ねるには into を使う。または let 句を使う - 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>2016-01-10 18:16:55</published>
  <title>select 句を重ねるには into を使う。または let 句を使う</title>
  <type>rich</type>
  <url>https://noriok.hatenadiary.jp/entry/2016/01/10/181655</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
