使用枚举类型的基本概念很简单。
“图书”这个类拥有一项枚举类型的属性。
The Book class has an attribute whose type is that of an enumeration.
坦白来说,你并不需要使用枚举类型。
解决方案3:创建一个模式,并与原始枚举类型结合。
Solution 3: Create a pattern, and combine it with the original enumerated type.
为此,我们需要一个枚举类型,表示我们想要的。
可以使用扩展方法添加特定于某个特定枚举类型的功能。
You can use extension methods to add functionality specific to a particular enum type.
概要文件所拥有的枚举类型只能适用于它本身,在这个概要文件外部将不能使用。
The profile-owned enumerations are not generally available outside of the profile itself.
为了提高类型安全性,这也可以是一个枚举。
_类型、结构、联合体和枚举定义。
枚举是简单类型的特殊类型。
现在再创建一个属性authority,并将其类型设置为RegistrationAuthority枚举。
Now create one more attribute, authority, and set its type to the RegistrationAuthority enumeration.
finder 的枚举返回类型。
信用卡类型(由四个字符串构成的枚举式列表)。
类型是类、接口或枚举。
标识要枚举的进程的类型。
NET可以基于属性的类型解析枚举。
NET can resolve the enumeration based on the property's type.
避免对枚举指定类型。
当前类型不是枚举。
当前类型不是枚举。
应用推荐