Method SetRange
SetRange(IEnumerable<KeyValuePair<string, string[]>>)
Sets the elements of the specified collection, replacing existing values.
public void SetRange(IEnumerable<KeyValuePair<string, string[]>> items)
Parameters
items
IEnumerable<KeyValuePair<string, string[]>>The collection whose items should be replaced or added to this collection.