[]
Inserts a ValueItem at the specified index.
public void Insert(int index, ValueItem vi)
The zero-based index at which the ValueItem should be inserted.
The ValueItem to insert.