[]
Adds an element with the specified key and value to the end of the BaseKeyCollection.
protected int Add(string key, object value)
Protected Function Add(key As String, value As Object) As Integer
Type | Name | Description |
---|---|---|
string | key | The key of the element to add. |
object | value | The value of the element to add. |
Type | Description |
---|---|
int | The index of the added item in BaseKeyCollection. |