C# Class edu.neu.ccis.jga.tables.Table

显示文件 Open project: jannunzi/dev Class Usage Examples

Public Methods

Method Description
Table ( string name, List headers, List rows ) : System
getRandomTable ( string name, int rowCount, int colCount ) : Table

Method Details

Table() public method

public Table ( string name, List headers, List rows ) : System
name string
headers List
rows List
return System

getRandomTable() public static method

public static getRandomTable ( string name, int rowCount, int colCount ) : Table
name string
rowCount int
colCount int
return Table