Esempio n. 1
0
 private static string getObjectType(Int obj)
 {
     return(String.Format("The type of input object is {0}", obj.GetType()));
 }