DB4O GPL API Documentation https://github.com/iboxdb/db4o-gpl
Toggle side menu
Toggle side menu
About This Project
API
Tuple
<
A
,
B
>
.
Tuple
(A,
B)
Constructor
Assembly
Db4objects
.Db4o-2010
.dll
Namespace
Db4objects
.Db4o
.Foundation
Containing Type
Tuple
<
A
,
B
>
Syntax
public Tuple(A a, B b)
Parameters
Name
Type
Description
a
A
b
B
Return Value
Type
Description
void