Merge pull request #106 from sjsdfg/20190706

22 章枚举翻译更新
This commit is contained in:
Joe
2019-07-06 11:06:45 +08:00
committed by GitHub

View File

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