BOOL

BOOL enumeration

ブール値.

public enum BOOL

名前 価値 説明
Undefined 0 未定義状態.
False 1 False.
True 2 True.

関連項目