Method Add
Add(string, string[])
Adds an array of values associated with the specified key.
public void Add(string key, string[] value)
Parameters
keystringThe key to which the values will be added.
valuestring[]The array of values to associate with the key.
Add(string, IEnumerable<string>)
Adds a collection of values associated with the specified key.
public void Add(string key, IEnumerable<string> value)
Parameters
keystringThe key to which the values will be added.
valueIEnumerable<string>The collection of values to associate with the key.
Add(string, string)
Adds a single value associated with the specified key.
public void Add(string key, string value)
Parameters
keystringThe key to which the value will be added.
valuestringThe value to associate with the key.
Add(KeyValuePair<string, string[]>)
Adds a key-value pair to the StringKeyStoreCollection.
public void Add(KeyValuePair<string, string[]> item)
Parameters
itemKeyValuePair<string, string[]>The key-value pair to add, where the key is associated with an array of values.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語