C# Class Foxoft.Ci.CiConstExpr

Inheritance: CiExpr
Show file Open project: epi/cito Class Usage Examples

Public Properties

Property Type Description
Value object

Public Methods

Method Description
CiConstExpr ( int value ) : System
CiConstExpr ( object value ) : System
IsConst ( object value ) : bool

Method Details

CiConstExpr() public method

public CiConstExpr ( int value ) : System
value int
return System

CiConstExpr() public method

public CiConstExpr ( object value ) : System
value object
return System

IsConst() public method

public IsConst ( object value ) : bool
value object
return bool

Property Details

Value public property

public object Value
return object