Esempio n. 1
0
    public static int  obj_hash(long L)
    {
        TestExport obj = FCGetObj.GetObj <TestExport>(L);

        if (obj != null)
        {
            return(obj.GetHashCode());
        }
        return(0);
    }