Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
While
AST
Sequences
VariableSequence
C# Class While.AST.Sequences.VariableSequence
Inheritance:
Node
Datei anzeigen
Open project: einaregilsson/While-Language
Class Usage Examples
Public Methods
Method
Description
AddVariable
(
Variable
v
) :
void
Compile
(
ILGenerator
il
) :
void
Method Details
AddVariable()
public
method
public
AddVariable
(
Variable
v
) :
void
v
Variable
return
void
Compile()
public
method
public
Compile
(
ILGenerator
il
) :
void
il
System.Reflection.Emit.ILGenerator
return
void