コード例 #1
0
ファイル: filter-stack.cs プロジェクト: Zman0169/mono
	public static int heusl (se x) {
		Console.WriteLine ("within");
		return 123;
	}
コード例 #2
0
 public static int heusl(se x)
 {
     Console.WriteLine("within");
     return(123);
 }