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

hasProperty(forKey:)

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

Declaration 宣言

func hasProperty(forKey key: String) -> Bool

Parameters パラメータ

key

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

Return Value 戻り値

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

See Also 参照

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