C# Class Axiom.Compiler.Framework.BinaryList

Inheritance: BinaryTree
Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

Méthode Description
BinaryList ( ) : System
BinaryList ( BinaryTree head, BinaryTree tail ) : System

Method Details

BinaryList() public méthode

public BinaryList ( ) : System
Résultat System

BinaryList() public méthode

public BinaryList ( BinaryTree head, BinaryTree tail ) : System
head BinaryTree
tail BinaryTree
Résultat System