Public Methods
|  Insert | Returns the inserted item. The type of insert is defined by the mode parameter. For copy mode and move mode the inputs can be an object, a positive or negative integer index, or the string name of an item. For Create mode the first input must be a string. | 
|  Item | Returns an item in the collection. Valid inputs are a positive or negative integer index or the string name of the item. | 
|  Remove | Removes the item. Valid inputs are an item object, a positive or negative integer index, or the string name of the item. | 
Public Properties
            
            
            
        See Also