共用方式為


DelayedConstraint.Matches 方法

定義

多載

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

傳回

適用於