{"id":8213,"date":"2023-01-26T15:19:12","date_gmt":"2023-01-26T06:19:12","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=8213"},"modified":"2023-01-26T15:19:12","modified_gmt":"2023-01-26T06:19:12","slug":"c-enum","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=8213","title":{"rendered":"C# enum"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview : enum \uc5f4\uac70\ud615\uc73c\ub85c \uc22b\uc790\uc758 \ubb38\uc790 \uc815\uc758 \uac00\uc838\uc624\uae30<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"enum \" >public enum RuleTitle\n        {\n            \uc801\uc6a9\uc870\uac74,\n            \uc790\uaca9\uc694\uac74,\n            \uc801\uc6a9\uc694\uc77c,\n            \ucd9c\ubc1c\uac00\ub2a5\uae30\uac04,\n            \ubc1c\uad8c\uc2dc\ud55c = 5,\n            \ucd5c\uc18c\uccb4\ub958\uae30\uac04 = 6,\n            \ucd5c\ub300\uccb4\ub958\uae30\uac04 = 7,\n            \uc5ec\ud589\ubd88\uac00\uae30\uac04 = 11,\n            \uc778\uc6d0\uc81c\ud55c = 13,\n            \uc5ec\ud589\uac00\ub2a5\uae30\uac04 = 14,\n            \uc694\uae08\uc0ac\uc6a9\uae30\uac04 = 15,\n            \ubcc0\uacbd\ud658\ubd88 = 16\n        }<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\uc0ac\uc6a9 \ubc29\ubc95<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" >int RULE_NUM = 6\n\nRuleTitle sTitle = (RuleTitle)RULE_NUM;\n\n\/\/sTitle  =&gt; \ucd5c\uc18c\uccb4\ub958\uae30\uac04<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Overview : enum \uc5f4\uac70\ud615\uc73c\ub85c \uc22b\uc790\uc758 \ubb38\uc790 \uc815\uc758 \uac00\uc838\uc624\uae30 \uc0ac\uc6a9 \ubc29\ubc95<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-8213","post","type-post","status-publish","format-standard","hentry","category-devc"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8213"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8213\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}