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

mutableArrayValue(forKeyPath:)

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

Declaration 宣言

func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray

Parameters パラメータ

keyPath

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

Return Value 戻り値

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

Discussion 解説

See mutableArrayValue(forKey:) for additional details.

See Also 参照

Getting Values 値を取得する