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.138 -- Release Build+f13f8f80c1917f967d82dedfdc2c53029991e99f
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