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

mutableOrderedSetValueForKeyPath:

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

Declaration 宣言

- (NSMutableOrderedSet *)mutableOrderedSetValueForKeyPath:(NSString *)keyPath;

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 mutableOrderedSetValueForKey: for additional details.

See Also 参照

Getting Values 値を取得する