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
itemsIEnumerable<KeyValuePair<string, string[]>>The collection whose items should be added to the end of this collection.
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
itemsIEnumerable<KeyValuePair<string, string>>The collection whose items should be added to the end of this collection.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語