C# 클래스 PclUnit.Constraints.Pieces.SomeOperator

Represents a constraint that succeeds if any of the members of a collection match a base constraint.
상속: CollectionOperator
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a constraint that will apply the argument to the members of a collection, succeeding if any of them succeed.

메소드 상세

ApplyPrefix() 공개 메소드

Returns a constraint that will apply the argument to the members of a collection, succeeding if any of them succeed.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
리턴 Constraint