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.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Containing Type
- BTreePointer
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 |