<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itotto</author_name>
  <author_url>https://blog.hatena.ne.jp/itotto/</author_url>
  <blog_title>子持ちししゃもといっしょ</blog_title>
  <blog_url>https://itotto.hatenadiary.com/</blog_url>
  <categories>
    <anon>programming</anon>
    <anon>C#</anon>
  </categories>
  <description>先日、プログラムを作っていたらC#の列挙型にはFlags属性というおもしろい属性が付けられることを知ったのでちょっと使ってみました。 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EnumTest { class Program { /// &lt;summary&gt; /// 体の部位を指定 /// &lt;/summary&gt; [Flags] enum 部位 { 頭 = 1, 右肩 = 2, 左肩 = 4, 右腕 = 8, 左腕 = 16, おなか = 32, 腰…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitotto.hatenadiary.com%2Fentry%2F20121126%2F1353934652&quot; title=&quot;列挙型のFlags属性について - 子持ちししゃもといっしょ&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/i/itotto/20121127/20121127092715.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-11-26 21:57:32</published>
  <title>列挙型のFlags属性について</title>
  <type>rich</type>
  <url>https://itotto.hatenadiary.com/entry/20121126/1353934652</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
