Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Axiom
Compiler
CodeObjectModel
PrologCodeList
C# Class Axiom.Compiler.CodeObjectModel.PrologCodeList
Provides a common base for empty and non-empty Prolog lists.
Inheritance:
PrologCodeTerm
Afficher le fichier
Open project: ahodroj/prologdotnet
Méthodes publiques
Méthode
Description
Append
(
PrologCodeTerm
item
) :
void
Appends an item to the list.
Method Details
Append()
public
méthode
Appends an item to the list.
public
Append
(
PrologCodeTerm
item
) :
void
item
PrologCodeTerm
item to append.
Résultat
void