ScriptClass.GetI C# (CSharp) Method

GetI() public method

public GetI ( int iii ) : int
iii int
return int
    public int GetI(int iii)
    {
        fuck = "abc";
        scriptFun1 f1 = new scriptFun1();
        f1.Update(0.3f);
        //TestDele.instance.onUpdate += Test;
        this.deleA += Test;
        this.Test();
        int j = 0;
        string ist = null;
        //CSEvilTestor.Program.Trace(ist);
        CSEvilTestor.Program.Trace("j=" + this.j+":"+iii);

        return i + j + k;
    }