Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.
Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
NSMutableArray MutableArrayValueForKeyPath( NSString keyPath )
Function MutableArrayValueForKeyPath ( _ keyPath As NSString _ ) As NSMutableArray
NSMutableArray^ MutableArrayValueForKeyPath( NSString^ keyPath )

- keyPath (NSString)
- A key path, relative to the receiver, to an ordered to-many relationship.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)