C# Class nabu.Variable

ファイルを表示 Open project: sabtvg/nabu

Public Properties

Property Type Description
className string
format string
height int
id string
len int
nivel int
width int

Public Methods

Method Description
Variable ( ) : System
Variable ( string id, int len, int nivel ) : System

Method Details

Variable() public method

public Variable ( ) : System
return System

Variable() public method

public Variable ( string id, int len, int nivel ) : System
id string
len int
nivel int
return System

Property Details

className public_oe property

public string className
return string

format public_oe property

public string format
return string

height public_oe property

public int height
return int

id public_oe property

public string id
return string

len public_oe property

public int len
return int

nivel public_oe property

public int nivel
return int

width public_oe property

public int width
return int