Initializer

init(boolean:)

Creates a descriptor initialized with type typeBoolean that stores the specified Boolean value. typeBooleanで初期化される記述子を作成します、それは措定されたブール値を格納します。

Declaration 宣言

init(boolean: Bool)

Parameters パラメータ

boolean

The Boolean value to be set in the returned descriptor. 返される記述子の中に設定されるブール値。

Return Value 戻り値

A descriptor with the specified Boolean value, or nil if an error occurs. 指定されたブール値を持つ記述子、またはエラーが起こるならばnil

See Also 参照

Creating and Initializing Descriptors 記述子の作成と初期化