Nemerle Documentation

Tree.Node.Black Constructor 

public Tree.Node.Black(
   IComparable key,
   Node lchild,
   Node rchild
);

See Also

Tree.Node.Black Class | Nemerle.Collections Namespace