예제 #1
0
 public static void TestIsNumeric()
 {
     Assert.True(PSTypeExtensions.IsNumeric(42.GetType()));
 }