C# 클래스 Mercurial.BisectResult

This class is used as the result of executing the BisectCommand.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
BisectResult ( ) : System

Initializes a new instance of the BisectResult class.

BisectResult ( RevSpec revision, bool done ) : System

Initializes a new instance of the BisectResult class.

메소드 상세

BisectResult() 공개 메소드

Initializes a new instance of the BisectResult class.
public BisectResult ( ) : System
리턴 System

BisectResult() 공개 메소드

Initializes a new instance of the BisectResult class.
/// is null. ///
public BisectResult ( RevSpec revision, bool done ) : System
revision RevSpec /// The revision the is currently at in the repository. ///
done bool /// If true, then specifies the first good changeset in the /// repository; otherwise specifies the current changeset that should /// be tested and marked good or bad by executing another . ///
리턴 System