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
Absyn
IfExp
C# Class Absyn.IfExp
Inheritance:
Exp
Datei anzeigen
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Properties
Property
Type
Description
EvalExp
Exp
Public Methods
Method
Description
IfExp
(
Exp
e
,
Exp
thene
,
Exp
elsee
) :
System
ToString
( ) :
String
Visit
(
IExpVisitor
v
) :
void
Method Details
IfExp()
public
method
public
IfExp
(
Exp
e
,
Exp
thene
,
Exp
elsee
) :
System
e
Exp
thene
Exp
elsee
Exp
return
System
ToString()
public
method
public
ToString
( ) :
String
return
String
Visit()
public
method
public
Visit
(
IExpVisitor
v
) :
void
v
IExpVisitor
return
void
Property Details
EvalExp
public_oe property
public
Exp,Absyn
EvalExp
return
Exp