枚举常数 meaning in Chinese
enumerated constant
Examples
- Specifies enumerated constants used to retrieve directory paths to system special folders
指定用于检索系统特殊文件夹的目录路径的枚举常数。 - Enumeration constants , which indicates the type of storage medium used to transfer the object s data
枚举常数,该常数指示用于传输对象数据的存储介质的类型。 - Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object
将一个或多个枚举常数的名称或数字值的字符串表示转换成等效的枚举对象。 - Custom attribute on the definition of an enumeration indicates that the enumeration should be treated as a set of bit fields flags , and the absence of this attribute indicates the type should be viewed as a group of enumerated constants
自定义属性指示该枚举应该作为一组位域(标志)对待,没有该属性指示该类型应被视为一组枚举常数。