C# Класс Mercurial.Versions.MercurialVersion16

Наследование: MercurialVersionPre18
Показать файл Открыть проект

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

Метод Описание
MergeToolOption ( string tool ) : IEnumerable

This method produces a collection of options and arguments to pass on the command line to specify the merge tool.

Описание методов

MergeToolOption() публичный Метод

This method produces a collection of options and arguments to pass on the command line to specify the merge tool.
public MergeToolOption ( string tool ) : IEnumerable
tool string /// The merge tool to generate options and arguments for. ///
Результат IEnumerable