Instance Property インスタンスプロパティ

isValid

A Boolean value that indicates whether the receiver is valid. レシーバが有効であるかどうかを指し示すブール値。

Declaration 宣言

var isValid: Bool { get }

Discussion 議論

false if the receiver is known to be invalid, otherwise true. false、もしレシーバが無効であることを知られるならば、そうでなければtrue

An NSPort object becomes invalid when its underlying communication resource, which is operating system dependent, is closed or damaged. NSPortオブジェクトは、それの基礎をなす通信リソースが、それはオペレーティングシステムに依存します、閉じられるか損傷を受ける場合に無効になります。

See Also 参照

Validation 検証