Foundation.NSMutableArray Members

The members of Foundation.NSMutableArray are listed below.

See Also: Inherited members from Foundation.NSArray

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

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.