枚举类型翻译开头

This commit is contained in:
sjsdfg
2019-07-06 11:05:08 +08:00
parent 32ce91f454
commit 87660194e7

View File

@@ -3,12 +3,16 @@
<!-- Enumerations -->
# 第二十二章 枚举
> 关键字enum可以将一组具名的值的有限集合创建为一种新的类型而这些具名的值可以作为常规的程序组件使用。这是一种非常有用的功能
<!-- Basic enum Features -->
## 基本功能
<!-- Adding Methods to an enum -->
## 方法添加