C# Class Axiom.Compiler.Framework.BinaryList

Inheritance: BinaryTree
Exibir arquivo Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
BinaryList ( ) : System
BinaryList ( BinaryTree head, BinaryTree tail ) : System

Method Details

BinaryList() public method

public BinaryList ( ) : System
return System

BinaryList() public method

public BinaryList ( BinaryTree head, BinaryTree tail ) : System
head BinaryTree
tail BinaryTree
return System