remove method

void remove(
  1. int index
)

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);