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

ReusableConstraint wraps a resolved constraint so that it may be saved and reused as needed.
상속: IResolveConstraint
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
Resolve ( ) : Constraint

Resolves the ReusableConstraint by returning the constraint that it originally wrapped.

ReusableConstraint ( IResolveConstraint c )

Construct a ReusableConstraint

ToString ( ) : string

Returns the string representation of the constraint.

메소드 상세

Resolve() 공개 메소드

Resolves the ReusableConstraint by returning the constraint that it originally wrapped.
public Resolve ( ) : Constraint
리턴 Constraint

ReusableConstraint() 공개 메소드

Construct a ReusableConstraint
public ReusableConstraint ( IResolveConstraint c )
c IResolveConstraint The constraint or expression to be reused

ToString() 공개 메소드

Returns the string representation of the constraint.
public ToString ( ) : string
리턴 string