DB4O GPL API Documentation https://github.com/iboxdb/db4o-gpl
Toggle side menu
Toggle side menu
About This Project
API
ArrayDictionary4
<
K
,
V
>
.
GetEnumerator
()
Method
Assembly
Db4objects
.Db4o-2010
.dll
Namespace
Db4objects
.Db4o
.Collections
Containing Type
ArrayDictionary4
<
K
,
V
>
Syntax
public IEnumerator<KeyValuePair<K, V>> GetEnumerator()
Return Value
Type
Description
IEnumerator
<KeyValuePair
<
K
,
V
>
>