RemoveItem Method (WordList)
In This Topic
Removes the word at the specified index from the collection.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
- The zero-based at which the new item should be removed.
See Also