Method ImportNameValueCollection
ImportNameValueCollection(NameValueCollection)
Imports key-value pairs from a NameValueCollection into the StringKeyStore. Each key can have multiple associated values.
public void ImportNameValueCollection(NameValueCollection items)
Parameters
items
NameValueCollectionThe NameValueCollection containing the key-value pairs to import.