Method RemoveItem
RemoveItem(int)
Removes a StatusItem at specified index of Items.
public StatusItem RemoveItem(int index)
Parameters
index
intThe zero-based index of the item to remove.
Returns
- StatusItem
The StatusItem removed.
Removes a StatusItem at specified index of Items.
public StatusItem RemoveItem(int index)
index
intThe zero-based index of the item to remove.
The StatusItem removed.