<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasaki816</author_name>
  <author_url>https://blog.hatena.ne.jp/sasaki816/</author_url>
  <blog_title>佐々木屋</blog_title>
  <blog_url>https://sasaki816.hatenablog.com/</blog_url>
  <categories>
    <anon>1．C#、VB.NET</anon>
    <anon>1．C#、VB.NET-7．配列</anon>
    <anon>1．C#、VB.NET-7．配列-２．LINQ</anon>
  </categories>
  <description>OrderByメソッドはLINQのソート機能です。コレクションの要素を並べ替えることが可能です。昇順の場合はOrderByメソッド、降順の場合はOrderByDescendingメソッドを使用します。 int[] values = { 1, 9, 5, 6, 8, 6, 2, 5, 3 }; //昇順 var res_ask = values.OrderBy(x =&gt; x).ToList(); //降順 var res_desk = values.OrderByDescending(x =&gt; x).ToList(); Dim values As Integer() = {1, 9, 5, 6,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasaki816.hatenablog.com%2Fentry%2F2019%2F05%2F15%2F231047&quot; title=&quot;OrderByメソッド - 佐々木屋&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>2019-05-15 23:10:47</published>
  <title>OrderByメソッド</title>
  <type>rich</type>
  <url>https://sasaki816.hatenablog.com/entry/2019/05/15/231047</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
