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

mutableSetValueForKeyPath:

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

Declaration 宣言

- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath;

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

See Also 参照

Getting Values 値を取得する