BTreeNode.

BTreeNode(Transaction, BTreeNode, BTreeNode) Constructor

Syntax

public BTreeNode(Transaction trans, BTreeNode firstChild, BTreeNode secondChild)

Parameters

Name Type Description
trans Transaction
firstChild BTreeNode
secondChild BTreeNode

Return Value

Type Description
void