FileBackedDictionaryTKey, TValue, TKeyElem, TValueElem(IDictionaryTKey, TValue, IEqualityComparerTKey) Constructor
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.150 -- Release Build+48015453469a4caad572ad690a8d94f58c900b4e
Gemstone.IO.Collections.FileBackedDictionary = function(dictionary, keyComparer);
Parameters
- dictionary IDictionaryTKey, TValue
- The dictionary whose elements are copied to this dictionary.
- keyComparer IEqualityComparerTKey
- The equality comparer used to compare keys in the dictionary.