BTreeBaseKey, ValueIterator Method |
Initializes an iterator to find the keys of this set
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual BTreeSetIterator<Key> Iterator()
Public Overridable Function Iterator As BTreeSetIterator(Of Key)
public:
virtual BTreeSetIterator<Key>^ Iterator()
abstract Iterator : unit -> BTreeSetIterator<'Key>
override Iterator : unit -> BTreeSetIterator<'Key>
Return Value
Type:
BTreeSetIteratorKey[Missing <returns> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Iterator"]
See Also