'宣言 Public Enum ThreeStateEnum Inherits System.Enum
'使用法 Dim instance As ThreeStateEnum
public enum ThreeStateEnum : System.Enum
'宣言 Public Enum ThreeStateEnum Inherits System.Enum
'使用法 Dim instance As ThreeStateEnum
public enum ThreeStateEnum : System.Enum
メンバ | 解説 |
---|---|
False | The value is false. |
True | The value is true. |
Undefined | The value is undefined. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.ThreeStateEnum