<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyubuns</author_name>
  <author_url>https://blog.hatena.ne.jp/kyubuns/</author_url>
  <blog_title>きゅぶろぐ</blog_title>
  <blog_url>https://blog.kyubuns.dev/</blog_url>
  <categories>
    <anon>Unity</anon>
    <anon>ExtraLINQ</anon>
  </categories>
  <description>github.com Unityでも便利なLINQメソッドを色々使いたかったのでExtraLINQをUPM対応しましたから早一年。 この1年で増えたメソッドを紹介します。 TryGetFirst / TryGetLast DictionaryのTryGetValueっぽく使いたい時に。 if (items.TryGetFirst(x =&gt; x.Value == 5, out var target)) { } これもできます。 if (items.TryGetFirst(out var target)) { } MaxBy / MinBy items.MinBy(x =&gt; x.Price).Id…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kyubuns.dev%2Fentry%2F2022%2F07%2F20%2F122245&quot; title=&quot;Unityでも便利なLINQメソッドを色々使いたかったのでExtraLINQをさらに便利にしました - きゅぶろぐ&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>2022-07-20 12:22:45</published>
  <title>Unityでも便利なLINQメソッドを色々使いたかったのでExtraLINQをさらに便利にしました</title>
  <type>rich</type>
  <url>https://blog.kyubuns.dev/entry/2022/07/20/122245</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
