コード例 #1
0
    void inCaller()
    {
        Func <float, double, decimal, int> curC = inPar;

        tte curT = new tte();

        testFunc(curT.iii, 0.2f);
    }
コード例 #2
0
ファイル: TestCs.cs プロジェクト: jyzgo/Match3Demo
	void inCaller()
	{
		Func<float,double,decimal,int> curC = inPar;

		tte curT = new tte ();
			
		testFunc (curT.iii, 0.2f);
	}