- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Containing Type
- BTreeNode
Syntax
public BTreeNode(BTree btree, int count, bool isLeaf, int parentID, int previousID, int nextID)
Parameters
Name | Type | Description |
---|---|---|
btree | BTree | |
count | int | |
isLeaf | bool | |
parentID | int | |
previousID | int | |
nextID | int |
Return Value
Type | Description |
---|---|
void |