Ejemplo n.º 1
0
 public static void TestIsNumeric()
 {
     Assert.True(PSTypeExtensions.IsNumeric(42.GetType()));
 }