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
Absyn
IntExp
C# Class Absyn.IntExp
Inheritance:
NumericExp
Mostra file
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Properties
Property
Type
Description
Value
long
Public Methods
Method
Description
IntExp
(
long
v
) :
System
ToString
( ) :
String
Visit
(
IExpVisitor
v
) :
void
Method Details
IntExp()
public
method
public
IntExp
(
long
v
) :
System
v
long
return
System
ToString()
public
method
public
ToString
( ) :
String
return
String
Visit()
public
method
public
Visit
(
IExpVisitor
v
) :
void
v
IExpVisitor
return
void
Property Details
Value
public_oe property
public
long
Value
return
long