Read() public method

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