This version of Unity is unsupported.

BaseListViewController.RemoveItems

Declaration

public void RemoveItems(List<int> indices);

Parameters

indices A list of indices to remove.

Description

Removes items from the source, by indices.