Is.InstanceOf 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
InstanceOf(Type) |
返回一个约束,该约束测试实际值是作为参数提供的类型还是派生类型。 |
InstanceOf<T>() |
返回一个约束,该约束测试实际值是作为参数提供的类型还是派生类型。 |
InstanceOf(Type)
返回一个约束,该约束测试实际值是作为参数提供的类型还是派生类型。
public static NUnit.Framework.Constraints.InstanceOfTypeConstraint InstanceOf (Type expectedType);
static member InstanceOf : Type -> NUnit.Framework.Constraints.InstanceOfTypeConstraint
参数
- expectedType
- Type
返回
适用于
InstanceOf<T>()
返回一个约束,该约束测试实际值是作为参数提供的类型还是派生类型。
public static NUnit.Framework.Constraints.InstanceOfTypeConstraint InstanceOf<T> ();
static member InstanceOf : unit -> NUnit.Framework.Constraints.InstanceOfTypeConstraint
类型参数
- T