Read() public method

public Read ( ) : int
return int
示例#1
0
文件: test.cs 项目: mono/gert
	static int Main (string [] args)
	{
		myTest test = new myTest ();
		if (test.Read () != 1)
			return 1;
		return 0;
	}