FileBackedHashSetT, TElem(String, IEnumerableT, IEqualityComparerT) Constructor
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.150 -- Release Build+48015453469a4caad572ad690a8d94f58c900b4e
Gemstone.IO.Collections.FileBackedHashSet = function(filePath, enumerable, comparer);
Parameters
- filePath String
- The path to the file used to store the lookup table.
- enumerable IEnumerableT
- The enumerable whose elements are copied to this hash set.
- comparer IEqualityComparerT
- The equality comparer used to compare items in the hash set.