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

mutableOrderedSetValue(forKeyPath:)

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

Declaration 宣言

func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet

Parameters パラメータ

keyPath

A key path, relative to the receiver, to a uniquing ordered to-many relationship represented by a set.

Return Value 戻り値

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

Discussion 解説

See mutableOrderedSetValue(forKey:) for additional details.

See Also 参照

Getting Values 値を取得する