remove method
The DataTransferItemList.remove()
method removes the
DataTransferItem at the specified index from the list. If the index is
less than zero or greater than one less than the length of the list, the
list will not
be changed.
Implementation
external void remove(int index);