C# Class Volante.TestIndexObject.Record

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

Public Properties

Property Type Description
n long
str string

Public Methods

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

Method Details

Record() public method

public Record ( ) : System
return System

Record() public method

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

Property Details

n public_oe property

public long n
return long

str public_oe property

public string str
return string