Gemstone IO Library
C#
VB
C++
JavaScript
Show/Hide TOC
File
Backed
Dictionary
TKey
,
TValue
,
TKeyElem
,
TValueElem
Add Method
Overload List
Add(KeyValuePair
TKey, TValue
)
Adds an item to the
FileBackedDictionary
TKey, TValue
.
Add(TKey, TValue)
Adds an element with the provided key and value to the
FileBackedDictionary
TKey, TValue
.
See Also
Reference
FileBackedDictionary
TKey, TValue, TKeyElem, TValueElem
Class
Gemstone.IO.Collections Namespace
In This Article
Overload List
See Also