Exemplo n.º 1
0
 private static int getyp(object[] o)
 {
     return(YDEF.get_type(o));
 }
Exemplo n.º 2
0
        public bool IsType(string s)
        {
            int tp = YDEF.get_type(s);

            return(IsType(tp));
        }