Foundation.NSMutableArray: Method Members

The methods of Foundation.NSMutableArray are listed below. For a list of all members, see the NSMutableArray Members list.

See Also: Inherited members from Foundation.NSArray

Public Methods

Add(NSObject)
Documentation for this section has not yet been entered.
AddObjects(NSObject[])
Documentation for this section has not yet been entered.
static
FromFile(string) : NSMutableArray
Documentation for this section has not yet been entered.
static
FromUrl(NSUrl) : NSMutableArray
Documentation for this section has not yet been entered.
Insert(NSObject, nint)
Documentation for this section has not yet been entered.
InsertObjects(NSObject[], NSIndexSet)
Documentation for this section has not yet been entered.
RemoveAllObjects()
Documentation for this section has not yet been entered.
RemoveLastObject()
Documentation for this section has not yet been entered.
RemoveObject(nint)
Documentation for this section has not yet been entered.
RemoveObjectsAtIndexes(NSIndexSet)
Documentation for this section has not yet been entered.
ReplaceObject(NSObject, nint)
Documentation for this section has not yet been entered.