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

Represents a constraint that succeeds if all 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 they all succeed.

메소드 상세

ApplyPrefix() 공개 메소드

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