enum 中文意思是什麼

enum 解釋
列舉型別
  1. Do not use enum as a suffix on enumeration types

    不要將enum用作枚舉類型的后綴。
  2. Assigning additional values new versions of enums, or changing the values of the enum members in a new version, can cause problems for dependant source code

    如果給新版本的枚舉賦其他值,或者更改新版本中枚舉成員的值,可能引起相關源代碼的問題。
  3. An expression of primitive integral type, enum type, or

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

    基元數值類型、枚舉類型或
  5. 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隱含地轉化為任意的枚舉類型.因此下面(譯注:的語句)是允許的
  6. Xmlserializer fails to deserialize enum s with spaces

    Xmlserializer無法以空格還原序列化enum
  7. Method for enum constants with constant - specific class bodies

    方法返回的值。
  8. Out of class definition of static const integral or enum members

    Static const整型(或枚舉)成員的類外定義
  9. Redirect server is responsible for providing the route information of the call path, which can bring more flexibility when user want to subscribe or unsubscribe some feature. the enum function is endued to the redirect server, which makes the e. 164 telephone number can be used on the terminals that lack enum function

    重定向服務器實現了呼叫路徑規劃,可方便用戶服務的定製,並創新性地增加了enum功能,使不具有enum功能的用戶終端能夠使用e . 164號碼。
  10. Value and enum types technology sample

    >值和枚舉類型技術示例
  11. Enum type sample declare a enumeration type

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

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

    具有整數基類型的枚舉類型。
  14. For primitive numeric types, enum types, value types, and

    對于基元數值類型、枚舉類型、值類型和
  15. Operators are predefined for all numeric types and enum types

    運算符。數值類型或枚舉類型的一元
  16. An expression of primitive numeric type, enum type, value type,

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

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

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

    返回該枚舉的內部元數據類型標記。
  20. Retrieves the internal handle for this enum

    檢索該枚舉的內部句柄。
分享友人