Method AddRange
AddRange(IEnumerable<KeyValuePair<string, string[]>>)
Adds the elements of the specified collection to the end of this collection.
public void AddRange(IEnumerable<KeyValuePair<string, string[]>> items)
Parameters
items
IEnumerable<KeyValuePair<string, string[]>>The collection whose items should be added to the end of this collection.