예제 #1
0
 // Get the type of a JScript value.
 public static String JScriptTypeof(Object value)
 {
     return(Support.Typeof(value));
 }