Gemstone IO Library
C#
VB
C++
JavaScript
Show/Hide TOC
File
Backed
Hash
Set
T
,
TElem
Open Method
Opens 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
Open
()
VB
Copy
View Source
Request Example
Public
Sub
Open
C++
Copy
View Source
Request Example
public
:
void
Open
()
JavaScript
Copy
View Source
Request Example
function
Open
();
Exceptions
InvalidOperationException
File is already open.
See Also
Reference
FileBackedHashSet
T, TElem
Class
Gemstone.IO.Collections Namespace
In This Article
Definition
Exceptions
See Also