C# Class Mono.Test.Data.TestItem

ファイルを表示 Open project: mono/gert Class Usage Examples

Public Methods

Method Description
TestItem ( ) : System
TestItem ( int id, string name, int age ) : System

Method Details

TestItem() public method

public TestItem ( ) : System
return System

TestItem() public method

public TestItem ( int id, string name, int age ) : System
id int
name string
age int
return System