Gemstone IO Library
C#
VB
C++
JavaScript
Show/Hide TOC
File
Backed
Hash
Set
T
,
TElem
Close Method
Closes the file backing this hash set.
Definition
Namespace:
Gemstone.IO.Collections
Assembly:
Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
C#
Copy
View Source
Request Example
public
void
Close
()
VB
Copy
View Source
Request Example
Public
Sub
Close
C++
Copy
View Source
Request Example
public
:
void
Close
()
JavaScript
Copy
View Source
Request Example
function
Close
();
See Also
Reference
FileBackedHashSet
T, TElem
Class
Gemstone.IO.Collections Namespace
In This Article
Definition
See Also