Beispiel #1
0
 public static void IsInstanceOfType(Type t, object instance)
 {
     Assert.IsInstanceOf(t, instance);
 }