
Adds an item to the dictionary.
public sealed void Add(TKey key, TValue value);
Parameters
TKey key
TValue value
Exceptions
**System.NotSupportedException**Throws an exception since this is a read-only dictionary.
Overloads:
public sealed void Add(KeyValuePair<TKey,TValue> item);
public sealed void Add(KeyValuePair<TKey,TValue> item)