db4o

IExtObjectSet.Get Method 

returns the item at position [index] in this ObjectSet.

object Get(
   int index
);

Parameters

index
the index position in this ObjectSet.

Return Value

the activated object.

Remarks

returns the item at position [index] in this ObjectSet.

The object will be activated.

See Also

IExtObjectSet Interface | Db4objects.Db4o.Ext Namespace