BTreeSetIteratorKey Methods |
The BTreeSetIteratorKey generic type exposes the following members.
Name | Description | |
---|---|---|
Current |
The iterator current Key object
| |
CurrentComparisonArray |
The iterator current Key comparison array
| |
ElementAt |
Gets an item at a certain index
| |
GoTo(Key) |
Positions iterator at Key object or where Key would be inserted if added to the set.
| |
GoTo(Key, Byte) |
Positions iterator at Key object or where Key would be inserted if added to the set. This function is normally only used internally by VelocityDb.
| |
GoToLast |
Positions iterator at the last object in the set.
| |
MoveNext |
Advances the enumerator to the next element of the collection.
| |
MovePrevious |
Advances the enumerator to the previous element of the collection.
| |
Next |
Positions the iterator at the next Key in the set. Only use this one with nullable Key type.
| |
Previous |
Positions the iterator at the previous Key in the set
| |
Remove |
Not yet ready for public use (testing internally first)
|