Stonefield Query Enterprise SDK
 ReadOnlyDictionary<TKey,TValue>.Add
Table of Contents
ReadOnlyDictionary<TKey,TValue>.Add

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)


See also:

Class ReadOnlyDictionary