다음을 통해 공유


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

반환

적용 대상