[]
        
(Showing Draft Content)

C1.Schedule.BaseCollection-1.RemoveItem

RemoveItem Method

RemoveItem(int)

Overrides base class implementation.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the item to remove.

Overrides