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

            return(IsType(tp));
        }