InsertItem Method (WordList)
In This Topic
Inserts a word into the list at the specified index.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As System.Integer, _
ByVal As System.String _
)
protected override void InsertItem(
System.int ,
System.string
)
Parameters
- index
- The zero-based at which the new item should be inserted.
- item
- The item to insert into the list.
See Also