Summary
Returns the collection element at the specified index.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Containing Type
- ArrayList4
<E>
Syntax
public virtual E Get(int index)
Remarks
Returns the collection element at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int |
Return Value
Type | Description |
---|---|
E |
See Also
- Db4objects.Db4o.TA.IActivatable