Exemplo n.º 1
0
 public static void TestIsNumeric()
 {
     Assert.True(PSTypeExtensions.IsNumeric(42.GetType()));
 }
Exemplo n.º 2
0
 public static void TestIsComObject()
 {
     // It just needs an arbitrary type
     Assert.False(PSTypeExtensions.IsComObject(42.GetType()));
 }