Adds the elements of key-and-value pairs in arrays to the end of the BaseKeyCollection.
Declaration
protected void AddRange(string[] keys, object[] values)
Protected Sub AddRange(keys As String(), values As Object())
Parameters
Type |
Name |
Description |
string[] |
keys |
The string array whose elements are used as the key of key-and-value pairs.
|
object[] |
values |
The object array whose elements are used as the value of key-and-value pairs.
|