Property | Type | Description | |
---|---|---|---|
Class |
Method | Description | |
---|---|---|
Alloc ( ) : |
||
Array ( ) : |
||
ArrayWithArray ( NSArray anArray ) : |
||
Init ( ) : |
||
InsertObject ( |
||
NSMutableArray ( ) : System | ||
RemoveAllObjects ( ) : void | ||
RemoveLastObject ( ) : void | ||
RemoveObject ( |
||
RemoveObjectAtIndex ( uint anIndex ) : void | ||
RemoveObjectIdenticalTo ( |
||
RemoveObjectsInRange ( |
public static ArrayWithArray ( NSArray anArray ) : |
||
anArray | NSArray | |
return |
public InsertObject ( |
||
anObject | ||
index | uint | |
return | void |
public RemoveObjectAtIndex ( uint anIndex ) : void | ||
anIndex | uint | |
return | void |
public RemoveObjectIdenticalTo ( |
||
anObject | ||
return | void |
public RemoveObjectsInRange ( |
||
aRange | ||
return | void |