db4o

ObjectSet.size Method 

returns the number of elements in the

ObjectSet
.

[Visual Basic]
Function size() As Integer
[C#]
int size();
[C++]
int size();
[JScript]
function size(): int;

Return Value

the number of elements in the

ObjectSet
.

Remarks

returns the number of elements in the

ObjectSet
.

See Also

ObjectSet Interface | com.db4o Namespace