{"id":211,"date":"2024-04-23T10:34:41","date_gmt":"2024-04-23T01:34:41","guid":{"rendered":"https:\/\/ta539.com\/bokumemo\/?p=211"},"modified":"2024-04-23T11:10:30","modified_gmt":"2024-04-23T02:10:30","slug":"c-dictionary%e3%81%ae%e5%a4%9a%e9%87%8d%e9%85%8d%e5%88%97","status":"publish","type":"post","link":"https:\/\/ta539.com\/bokumemo\/2024\/04\/23\/c-dictionary%e3%81%ae%e5%a4%9a%e9%87%8d%e9%85%8d%e5%88%97\/","title":{"rendered":"C# Dictionary\u306e\u591a\u91cd\u914d\u5217"},"content":{"rendered":"<p>var arr = new Dictionary&lt;int, Dictionary&lt;int, string&gt;&gt;();<\/p>\n<p>var ko_arr = new Dictionary&lt;int, string&gt;();<br \/>\nko_arr.Add(int_i, str_s);<br \/>\narr.Add(int_ii, ko_arr);<\/p>\n","protected":false},"excerpt":{"rendered":"<p>var arr = new Dictionary&lt;int, Dictionary&lt;int, string&gt;&gt;(); var ko_arr = new Dictionary&lt;int, string&gt;(); ko_arr.Add(int_i, str_s); arr.Add(int_ii, ko_arr);<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[37],"tags":[],"class_list":["post-211","post","type-post","status-publish","format-standard","hentry","category-c"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/posts\/211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/comments?post=211"}],"version-history":[{"count":2,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/posts\/211\/revisions"}],"predecessor-version":[{"id":216,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/posts\/211\/revisions\/216"}],"wp:attachment":[{"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/media?parent=211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/categories?post=211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ta539.com\/bokumemo\/wp-json\/wp\/v2\/tags?post=211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}