[]
Inserts a word into the list at the specified index.
protected override void InsertItem(int index, string item)
Type | Name | Description |
---|---|---|
int | index | The zero-based |
string | item | The item to insert into the list. |
Duplicate items are automatically discarded; the list will contain at most one copy of any given string.