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

value(withName:inPropertyWithKey:)

Retrieves a named object from the collection specified by the passed key.

Declaration 宣言

func value(withName name: String, 
inPropertyWithKey key: String) -> Any?

Discussion 解説

The method valueIn<Key>WithName: is used if it exists. Otherwise, raises an NSUndefinedKeyException.

See Also 参照

Access by name, key, or ID