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

mutableSetValue(forKeyPath:)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Declaration 宣言

func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet

Parameters パラメータ

keyPath

A key path, relative to the receiver, to an unordered to-many relationship.

Return Value 戻り値

A mutable set that provides read-write access to the unordered to-many relationship specified by keyPath.

Discussion 解説

See mutableSetValue(forKey:) for additional details.

See Also 参照

Getting Values 値を取得する