ArrayList4<E>.

Get(int) Method

Summary

Returns the collection element at the specified index.

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