C# Class Volante.TestIndexSByte.Record

Inheritance: Persistent
显示文件 Open project: kjk/volante

Public Properties

Property Type Description
lval long
nval sbyte

Public Methods

Method Description
Record ( ) : System
Record ( sbyte v ) : System

Method Details

Record() public method

public Record ( ) : System
return System

Record() public method

public Record ( sbyte v ) : System
v sbyte
return System

Property Details

lval public_oe property

public long lval
return long

nval public_oe property

public sbyte nval
return sbyte