Click or drag to resize

BTreeMapBaseKey, ValueIterator Method

Initializes an iterator to find the keys and values of this map

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public BTreeMapIterator<Key, Value> Iterator()

Return Value

Type: BTreeMapIteratorKey, Value
An iterator
See Also