C# Класс Mercurial.BisectResult

This class is used as the result of executing the BisectCommand.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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