Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Axiom
Compiler
Framework
BinaryList
C# Class Axiom.Compiler.Framework.BinaryList
Inheritance:
BinaryTree
Mostra file
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