Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Axiom
Runtime
Instructions
PutYVariableInstruction
C# Class Axiom.Runtime.Instructions.PutYVariableInstruction
Inheritance:
AbstractInstruction
Exibir arquivo
Open project: ahodroj/prologdotnet
Public Methods
Method
Description
Execute
(
AbstractMachineState
state
) :
void
Name
( ) :
string
NumberOfArguments
( ) :
int
Process
(
object
arguments
) :
void
Method Details
Execute()
public
method
public
Execute
(
AbstractMachineState
state
) :
void
state
AbstractMachineState
return
void
Name()
public
method
public
Name
( ) :
string
return
string
NumberOfArguments()
public
method
public
NumberOfArguments
( ) :
int
return
int
Process()
public
method
public
Process
(
object
arguments
) :
void
arguments
object
return
void