<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Takachan</author_name>
  <author_url>https://blog.hatena.ne.jp/Takachan/</author_url>
  <blog_title>PG日誌</blog_title>
  <blog_url>https://takap-tech.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>.NET Core</anon>
    <anon>.NET Framework</anon>
  </categories>
  <description>結論から言うと、foreachの中でリストの要素を削除するのは無理です。諦めましょう。*1 代替手段 (1) for文を逆順で回す (2) RemoveAllメソッドで削除 (3) Whereで抜粋する (4) 自作する foreachの右辺でToArray() + Removeはやめましょう 削除しようとすると以下のように例外が起きます。 // これは無理、例外が起きる foreach (Seafood item in list) { if (item.Taste == Taste.Bad) { list.Remove(item); // 例外発生！！ // 型 'System.Invali…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakap-tech.com%2Fentry%2F2018%2F10%2F19%2F221313&quot; title=&quot;C#でListの内の要素をforeach中に削除する - PG日誌&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>https://cdn-ak.f.st-hatena.com/images/fotolife/T/Takachan/20181019/20181019004124.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-19 22:13:13</published>
  <title>C#でListの内の要素をforeach中に削除する</title>
  <type>rich</type>
  <url>https://takap-tech.com/entry/2018/10/19/221313</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
