<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>baba_s</author_name>
  <author_url>https://blog.hatena.ne.jp/baba_s/</author_url>
  <blog_title>コガネブログ</blog_title>
  <blog_url>https://baba-s.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>ソースコード private static IEnumerable&lt;T&gt; FillToColumnCount&lt;T&gt; ( IEnumerable&lt;T&gt; self, int columnCount, T defaultValue = default ) { var i = 0; foreach ( var x in self ) { yield return x; i = ( i + 1 ) % columnCount; } if ( i == 0 ) yield break; for ( ; i &lt; columnCount; i++ ) { yield return defaultValue; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbaba-s.hatenablog.com%2Fentry%2F2023%2F10%2F11%2F093145&quot; title=&quot;【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>2023-10-11 09:31:45</published>
  <title>【C#】配列やリストの列数が指定した数になるまで値を追加する関数</title>
  <type>rich</type>
  <url>https://baba-s.hatenablog.com/entry/2023/10/11/093145</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
