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

Negates the test of the constraint it wraps.
상속: PrefixOperator
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

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

Returns a NotConstraint applied to its argument.

NotOperator ( )

Constructs a new NotOperator

메소드 상세

ApplyPrefix() 공개 메소드

Returns a NotConstraint applied to its argument.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
리턴 Constraint

NotOperator() 공개 메소드

Constructs a new NotOperator
public NotOperator ( )