- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BTreePointer"]
class Type type-node
Syntax
public sealed class BTreePointer
Constructors
Methods
Name | Value | Summary |
---|---|---|
CompareTo |
int | |
CopyTo |
void | |
Equals |
bool |
static
|
Equals |
bool | |
GetHashCode |
int | |
Index |
int | |
IsValid |
bool | |
Key |
Object | |
LessThan |
bool |
static
|
Max |
BTreePointer |
static
|
Min |
BTreePointer |
static
|
Next |
BTreePointer | |
Node |
BTreeNode | |
Previous |
BTreePointer | |
ShallowClone |
BTreePointer | |
ToString |
string | |
UnsafeFastNext |
BTreePointer |
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.
|