Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(string, ValuesCollection<TValue>)

Declaration

public void Add(
    string key,
    ValuesCollection<TValue> value
)

Summary

Adds all items from the specified value collection, associating them with the specified key. Throws an exception if the specified key already has items associated with it.

Parameters

stringkeyKey to associate the items with.
ValuesCollection<TValue>valueCollection containing the values to add.