Exemplo n.º 1
0
    void inCaller()
    {
        Func <float, double, decimal, int> curC = inPar;

        tte curT = new tte();

        testFunc(curT.iii, 0.2f);
    }
Exemplo n.º 2
0
	void inCaller()
	{
		Func<float,double,decimal,int> curC = inPar;

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