<Code Lib>
2024 Method
Changes 0
M

KeyBasedTreeEntriesIterator.MoveNext

Description:
Increments the iterator to the next item.

public virtual bool MoveNext()

bool True if there is a next available item in this iterator. False if the iterator has completed all available items.

Loading…