Read() public méthode

public Read ( ) : int
Résultat int
Exemple #1
0
	static int Main (string [] args)
	{
		myTest test = new myTest ();
		if (test.Read () != 1)
			return 1;
		return 0;
	}