[]
Inserts an element with the specified key and value at the specified index of the BaseKeyCollection.
protected void Insert(int index, string key, object value)
Protected Sub Insert(index As Integer, key As String, value As Object)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which the element should be inserted. |
string | key | The key of the element to insert. |
object | value | The value of the element to insert. |