DelayedConstraint.Matches 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Matches(Object) | |
Matches<T>(ActualValueDelegate<T>) | |
Matches<T>(T) |
Matches(Object)
Matches<T>(ActualValueDelegate<T>)
public override bool Matches<T> (NUnit.Framework.Constraints.ActualValueDelegate<T> del);
override this.Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool
类型参数
- T
参数
返回
适用于
Matches<T>(T)
public override bool Matches<T> (ref T actual);
override this.Matches : -> bool
类型参数
- T
参数
- actual
- T