BTreeNode.

BTreeNode(BTree, int, bool, int, int, int) Constructor

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