Instance Method インスタンスメソッド

hasReadableProperty(forKey:)

Returns a Boolean value indicating whether the described class has a readable property identified by the specified key. あるブール値を返します、記述されたクラスがこの指定されたキーによって識別される読み出し可能プロパティを持つかどうかを指し示しています。

Declaration 宣言

func hasReadableProperty(forKey key: String) -> Bool

Parameters パラメータ

key

The identifying key for a property of the receiver. レシーバのプロパティに対する識別キー。

Return Value 戻り値

true if the described class has a readable property identified by the specified key; otherwise, false. true、もし記述されるクラスがこの指定されるキーによって識別される読み出し可能プロパティを持つならば;そうでなければ、false

Discussion 議論

To determine if a property is read-only, invoke hasWritableProperty(forKey:)/ プロパティが読み出し専用かどうか判定するには、hasWritableProperty(forKey:)を発動してください。

See Also 参照

Getting attribute and relationship information 属性およびリレーションシップ情報を取得する