Click or drag to resize

FileBackedDictionary<TKey, TValue> .Add Method

Overload List
  Name Description
Public method Add(KeyValuePair<TKey, TValue> ) Adds an item to the FileBackedDictionary<TKey, TValue>.
Public method Add(TKey, TValue) Adds an element with the provided key and value to the FileBackedDictionary<TKey, TValue>.
Top
See Also