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()
Public Function Iterator As BTreeMapIterator(Of Key, Value)
public:
BTreeMapIterator<Key, Value>^ Iterator()
member Iterator : unit -> BTreeMapIterator<'Key, 'Value>
Return Value
Type:
BTreeMapIteratorKey,
ValueAn iterator
See Also