enum type 中文意思是什麼

enum type 解釋
枚舉型
  • enum : 列舉型別
  • type : n 1 型,類型,(工業產品的)品種;風格,型式。2 典型,榜樣,樣本,樣板,模範,範本;典型人物;具...
  1. An expression of primitive integral type, enum type, or

    基元整型類型、枚舉類型或
  2. An expression of primitive numeric type, or enum type, or

    基元數值類型、枚舉類型或
  3. In order for the default value of an enum type to be easily available, the literal 0 implicitly converts to any enum type. thus, the following is permitted

    為了容易地利用枚舉類型的默認值, 0隱含地轉化為任意的枚舉類型.因此下面(譯注:的語句)是允許的
  4. Enum type sample declare a enumeration type

    >枚舉類型示例(聲明枚舉類型)
  5. An expression of primitive numeric type or enum type

    一個基元數值類型或枚舉類型的表達式。
  6. An enum type with an integral base type

    具有整數基類型的枚舉類型。
  7. An expression of primitive numeric type, enum type, value type,

    基元數值類型、枚舉類型、值類型、
  8. Or, does that make more sense in a class that has a variable of enum type

    變量的類中做這些更有意義嗎?
  9. Returns the underlying system type for this enum

    返回該枚舉的基礎系統類型。
  10. Returns the internal metadata type token of this enum

    返回該枚舉的內部元數據類型標記。
  11. This type is an enum but there is no underlying system type

    此類型是枚舉,但是沒有基礎系統類型。
  12. Do not use system. enum. isdefined system. type, system. object for enumeration range checks as it is based on the runtime type of the enumeration, which can change from version to version

    不要將system . enum . isdefined ( system . type , system . object )用於枚舉范圍檢查,因為它是基於枚舉的運行庫類型,而該類型會隨版本的不同而有所更改。
  13. The type token of this enum

    該枚舉的類型標記。
分享友人