public void Add(
TKey key,
TValue value
)Public Sub Add (
key As TKey,
value As TValue
)abstract Add :
key : 'TKey *
value : 'TValue -> unit
override Add :
key : 'TKey *
value : 'TValue -> unit | ArgumentNullException | key is . |
| ArgumentException | An element with the same key already exists in the IDictionaryTKey, TValue. |
| NotSupportedException | The IDictionaryTKey, TValue is read-only. |