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

Represents a constraint that simply wraps the constraint provided as an argument, without any further functionality, but which modifes the order of evaluation because of its precedence.
상속: PrefixOperator
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

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

Returns a constraint that wraps its argument

WithOperator ( )

Constructor for the WithOperator

메소드 상세

ApplyPrefix() 공개 메소드

Returns a constraint that wraps its argument
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
리턴 Constraint

WithOperator() 공개 메소드

Constructor for the WithOperator
public WithOperator ( )