{"id":205,"date":"2020-10-05T07:54:54","date_gmt":"2020-10-05T07:54:54","guid":{"rendered":"https:\/\/turtleflyblog.com\/?p=205"},"modified":"2022-02-28T09:50:52","modified_gmt":"2022-02-28T09:50:52","slug":"enum-2","status":"publish","type":"post","link":"https:\/\/turtleflyblog.com\/zh\/2020\/10\/05\/enum-2\/","title":{"rendered":"C# ENUM\u4ecb\u7d39"},"content":{"rendered":"\n
Enum\u5217\u8209\u662f\u5be6\u8cea\u578b\u614b(Value Type)\uff0c\u6307\u5b9a\u7684\u985e\u578b\u53ef\u4ee5\u662fbyte, short, int\u548clong\u578b\u614b\u3002\u6211\u5011\u53ef\u4ee5\u7528Enum\u5217\u8209\u4f86\u4ee3\u66ffMagic Number(\u9b54\u8853\u6578\u5b57)\u4f86\u505a\u72c0\u6cc1\u5224\u65b7\u3002\u4f8b\u5982:<\/p>\n\n\n\n
var seasonName = date.Season == 1 ? \u201c\u6625\u5929\u201d : \u201c\u5176\u5b83\u5b63\u7bc0\u201d;<\/p>\n\n\n\n
\u9019\u6a23\u7684\u5beb\u6cd5\u96e3\u5df2\u4fee\u6539\u3002\u96a8\u8005\u5c08\u6848\u8d8a\u5927\uff0c\u7528\u5230\u7684\u9b54\u8853\u6578\u5b57\u4e5f\u8d8a\u4f86\u8d8a\u591a\u3002\u53ea\u8981\u5fd8\u4e86\u6539\u4e00\u500b\u5730\u65b9\uff0c\u5c31\u6703\u7522\u751f\u4e00\u500b\u65b0\u7684Bug\uff0c\u9020\u6210\u7dad\u8b77\u4e0a\u7684\u56f0\u96e3\u3002<\/p>\n\n\n\n
\u6211\u5011\u53ef\u4ee5\u7528\u5217\u8209(Enum)\u907f\u514d\u6b64\u72c0\u6cc1\u767c\u751f\u3002\u5df2\u4e0b\u662f\u7bc4\u4f8b:<\/p>\n\n\n\n \u4ee5\u4e0a\u4f8b\u5b50\uff0c\u53ef\u4ee5\u65b0\u589e\u4e00\u500b \u78ba\u8a8d0\u662f\u6709\u6548\u7684\u72c0\u614b<\/strong><\/p>\n\n\n\n \u5728.NET\u521d\u59cb\u5316\u5be6\u503c\u578b\u5225\u6642\uff0c\u9810\u8a2d\u7684\u503c\u662f0\u3002\u5217\u8209\u4e5f\u4e00\u6a23: \u7531\u65bc\u6b64\u5217\u8209\u5f9e1\u958b\u59cb\uff0c\u4e26\u672a\u5f9e0\u958b\u59cb\u30020\u662f\u4e00\u500b\u7121\u6548\u7684\u72c0\u614b\uff0c\u4e5f\u8a31\u958b\u767c\u8005\u6703\u6ce8\u610f\u9019\u60c5\u7bc0\uff0c\u4f46\u63a5\u624b\u7684\u7a0b\u5f0f\u8a2d\u8a08\u5e2b\u672a\u5fc5\u4e86\u89e3\u9019\u60c5\u6cc1\u3002<\/p>\n\n\n\n \u7d50\u679c\u50b3\u56de0\uff0c\u4e26\u672a\u5728\u5217\u8209\u7684\u7bc4\u570d\u3002\u9019\u6a23\u53ef\u80fd\u6703\u767c\u751f\u7121\u6cd5\u9810\u671f\u7684\u932f\u8aa4\uff0c\u6240\u4ee5\u6700\u597d\u9084\u662f\u8981\u78ba\u4fdd0\u662f\u6709\u6548\u7684\u72c0\u614b\u3002<\/p>\n\n\n\n \u7d50\u8a9e<\/strong><\/p>\n\n\n\n \u5584\u52a0\u4f7f\u7528Enum\u5217\u8209\u53ef\u4ee5\u907f\u514d\u8a31\u591aBug\u767c\u751f\uff0c\u4e5f\u589e\u52a0\u4e86\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u548c\u7dad\u8b77\u6027\u3002\u719f\u77e5\u4f7f\u7528Enum\u5217\u8209\u662f\u7c21\u55ae\u63d0\u5347\u7a0b\u5f0f\u78bc\u54c1\u8cea\u7684\u65b9\u6cd5\u3002<\/p>\n","protected":false},"excerpt":{"rendered":" Enum\u5217\u8209\u662f\u5be6\u8cea\u578b\u614b(Value Type)\uff0c\u6307\u5b9a\u7684\u985e\u578b\u53ef\u4ee5\u662fbyte, short, int\u548clong\u578b\u614b\u3002\u6211\u5011\u53ef\u4ee5\u7528Enum\u5217\u8209\u4f86\u4ee3\u66ffMagic Number(\u9b54\u8853\u6578\u5b57)\u4f86\u505a\u72c0\u6cc1\u5224\u65b7\u3002\u4f8b\u5982: var seasonName = date.Season == 1 ? \u201c\u6625\u5929\u201d : \u201c\u5176\u5b83\u5b63\u7bc0\u201d; \u9019\u6a23\u7684\u5beb\u6cd5\u96e3\u5df2\u4fee\u6539\u3002\u96a8\u8005\u5c08\u6848\u8d8a\u5927\uff0c\u7528\u5230\u7684\u9b54\u8853\u6578\u5b57\u4e5f\u8d8a\u4f86\u8d8a\u591a\u3002\u53ea\u8981\u5fd8\u4e86\u6539\u4e00\u500b\u5730\u65b9\uff0c\u5c31\u6703\u7522\u751f\u4e00\u500b\u65b0\u7684Bug\uff0c\u9020\u6210\u7dad\u8b77\u4e0a\u7684\u56f0\u96e3\u3002 \u6211\u5011\u53ef\u4ee5\u7528\u5217\u8209(Enum)\u907f\u514d\u6b64\u72c0\u6cc1\u767c\u751f\u3002\u5df2\u4e0b\u662f\u7bc4\u4f8b: \u4ee5\u4e0a\u4f8b\u5b50\uff0c\u53ef\u4ee5\u65b0\u589e\u4e00\u500b \u5b63\u7bc0\u7684 Enum\uff0c\u7d71\u4e00\u7ba1\u7406\u5b63\u7bc0\u7684\u503c\uff0c\u9019\u6a23\u7a0b\u5f0f\u53ef\u8b80\u6027\u4f73\uff0c\u8981\u6539\u8b8a\u503c\u4e5f\u53ea\u9700\u6539\u4e00\u500b\u5730\u65b9\u3002 \u78ba\u8a8d0\u662f\u6709\u6548\u7684\u72c0\u614b \u5728.NET\u521d\u59cb\u5316\u5be6\u503c\u578b\u5225\u6642\uff0c\u9810\u8a2d\u7684\u503c\u662f0\u3002\u5217\u8209\u4e5f\u4e00\u6a23: \u7531\u65bc\u6b64\u5217\u8209\u5f9e1\u958b\u59cb\uff0c\u4e26\u672a\u5f9e0\u958b\u59cb\u30020\u662f\u4e00\u500b\u7121\u6548\u7684\u72c0\u614b\uff0c\u4e5f\u8a31\u958b\u767c\u8005\u6703\u6ce8\u610f\u9019\u60c5\u7bc0\uff0c\u4f46\u63a5\u624b\u7684\u7a0b\u5f0f\u8a2d\u8a08\u5e2b\u672a\u5fc5\u4e86\u89e3\u9019\u60c5\u6cc1\u3002 \u7d50\u679c\u50b3\u56de0\uff0c\u4e26\u672a\u5728\u5217\u8209\u7684\u7bc4\u570d\u3002\u9019\u6a23\u53ef\u80fd\u6703\u767c\u751f\u7121\u6cd5\u9810\u671f\u7684\u932f\u8aa4\uff0c\u6240\u4ee5\u6700\u597d\u9084\u662f\u8981\u78ba\u4fdd0\u662f\u6709\u6548\u7684\u72c0\u614b\u3002 \u7d50\u8a9e \u5584\u52a0\u4f7f\u7528Enum\u5217\u8209\u53ef\u4ee5\u907f\u514d\u8a31\u591aBug\u767c\u751f\uff0c\u4e5f\u589e\u52a0\u4e86\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u548c\u7dad\u8b77\u6027\u3002\u719f\u77e5\u4f7f\u7528Enum\u5217\u8209\u662f\u7c21\u55ae\u63d0\u5347\u7a0b\u5f0f\u78bc\u54c1\u8cea\u7684\u65b9\u6cd5\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-205","post","type-post","status-publish","format-standard","hentry","category-pg"],"yoast_head":"\n<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
\u5b63\u7bc0<\/code>\u7684
Enum<\/code>\uff0c\u7d71\u4e00\u7ba1\u7406\u5b63\u7bc0\u7684\u503c\uff0c\u9019\u6a23\u7a0b\u5f0f\u53ef\u8b80\u6027\u4f73\uff0c\u8981\u6539\u8b8a\u503c\u4e5f\u53ea\u9700\u6539\u4e00\u500b\u5730\u65b9\u3002<\/p>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n