RemoveItem Method (DayCollection)
In This Topic
Removes the element at the specified index of the
KeyedCollection.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
See Also