C# Class edu.neu.ccis.jga.forms.Row

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

Public Methods

Method Description
Row ( List data ) : System
getRandomRow ( int cols ) : Row

Method Details

Row() public method

public Row ( List data ) : System
data List
return System

getRandomRow() public static method

public static getRandomRow ( int cols ) : Row
cols int
return Row