C# Класс Rubberduck.SourceControl.Branch

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

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

Метод Описание
Branch ( LibGit2Sharp branch ) : System.Runtime.InteropServices
Branch ( string friendlyName, string canonicalName, bool isRemote, bool isCurrentRepositoryHead, LibGit2Sharp trackedBranch ) : System.Runtime.InteropServices

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

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

public Branch ( LibGit2Sharp branch ) : System.Runtime.InteropServices
branch LibGit2Sharp
Результат System.Runtime.InteropServices

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

public Branch ( string friendlyName, string canonicalName, bool isRemote, bool isCurrentRepositoryHead, LibGit2Sharp trackedBranch ) : System.Runtime.InteropServices
friendlyName string
canonicalName string
isRemote bool
isCurrentRepositoryHead bool
trackedBranch LibGit2Sharp
Результат System.Runtime.InteropServices