Read() public method

public Read ( ) : int
return int
Example #1
0
File: test.cs Project: mono/gert
	static int Main (string [] args)
	{
		myTest test = new myTest ();
		if (test.Read () != 1)
			return 1;
		return 0;
	}