DelayedConstraint.Matches 方法

定义

重载

Matches(Object)
Matches<T>(ActualValueDelegate<T>)
Matches<T>(T)

Matches(Object)

public override bool Matches (object actual);
override this.Matches : obj -> bool

参数

actual
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

返回

适用于