<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>Linq</anon>
  </categories>
  <description>今回は、クエリキーワードの中でもselectと並んで必ず見る fromです。 そのままの動作ですが、元となるデータから 一つずつ要素を取り出してくれます。 inの右にかけるのは以下のインターフェースを実装しているクラスとなります。 IEnumerable IEnumerable IQueryable 基本的に以下のように型推論を利用して記述します。 from x in enumerableObjects 複数のfromを記述する事も出来ます。 from x in ListA from y in x.ListB 但し、ArrayListのようにIEnumerableを実装している クラスの場合は…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F20091204%2Fp2&quot; title=&quot; Linq入門記-02 (クエリキーワード, クエリ構文, from) - いろいろ備忘録日記&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>2009-12-04 00:00:02</published>
  <title> Linq入門記-02 (クエリキーワード, クエリ構文, from)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/20091204/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
