C# Class bigloo.cnst

Inheritance: obj
显示文件 Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
value int

Public Methods

Method Description
cnst ( int value ) : System
make_cnst ( int n ) : cnst

Method Details

cnst() public method

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

make_cnst() public static method

public static make_cnst ( int n ) : cnst
n int
return cnst

Property Details

value public_oe property

public int value
return int