BTreePointer.

UnsafeFastNext() Method

Summary

Duplicate code of next(), reusing this BTreePointer without creating a new BTreePointer, very dangerous to call because there may be side effects if this BTreePointer is used elsewhere and code relies on state the stay the same.

Syntax

public BTreePointer UnsafeFastNext()

Remarks

Duplicate code of next(), reusing this BTreePointer without creating a new BTreePointer, very dangerous to call because there may be side effects if this BTreePointer is used elsewhere and code relies on state the stay the same.

Return Value

Type Description
BTreePointer