<?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>今回は、All拡張メソッドについてです。 All拡張メソッドは、シーケンス内の全ての要素が条件に合致しているか否かを確認するメソッドです。 量指定子演算子と呼ばれます。（他にも、Any, Containsが存在します。） シーケンス内の要素全てが、特定の条件に合致するか否かを確認する場合に利用します。 All拡張メソッドを利用せずに、Whereで絞り込んでからCountで件数を確認しても同じ事になりますが Allで聞いた方が楽です。 書式は以下の通り。 public static bool All&lt;TSource&gt;( this IEnumerable&lt;TSource&gt; source, Func…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F20101006%2Fp3&quot; title=&quot; Linq入門記-43 (LINQ To Object, All) - いろいろ備忘録日記&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-10-06 00:00:00</published>
  <title> Linq入門記-43 (LINQ To Object, All)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/20101006/p3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
