<?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>
    <anon>C#</anon>
    <anon>C# - Dictionary</anon>
  </categories>
  <description>ソースコード 使い方 var m = new MultiDictionary&lt;string, string&gt;(); m.Add( &quot;ほのお&quot;, &quot;ヒトカゲ&quot; ); m.Add( &quot;ほのお&quot;, &quot;リザード&quot; ); m.Add( &quot;ほのお&quot;, &quot;リザードン&quot; ); m.Add( &quot;でんき&quot;, &quot;ピカチュウ&quot;, &quot;ライチュウ&quot; ); m.Remove( &quot;でんき&quot;, &quot;ライチュウ&quot; ); m.Remove( &quot;ほのお&quot; ); m.Clear(); if ( m.Contains( &quot;でんき&quot;, &quot;ピカチュウ&quot; ) ) { } if ( m.ContainsKey( &quot;でんき&quot; ) ) { } for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbaba-s.hatenablog.com%2Fentry%2F2015%2F03%2F06%2F125930&quot; title=&quot;【C#】1 つのキーに対して複数の値を登録できる Dictionary を実装する - コガネブログ&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/b/baba_s/20180826/20180826160156.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-03-06 12:59:30</published>
  <title>【C#】1 つのキーに対して複数の値を登録できる Dictionary を実装する</title>
  <type>rich</type>
  <url>https://baba-s.hatenablog.com/entry/2015/03/06/125930</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
