C# Class Rubberduck.SourceControl.Branch

Inheritance: IBranch
Show file Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
Branch ( LibGit2Sharp branch ) : System.Runtime.InteropServices
Branch ( string friendlyName, string canonicalName, bool isRemote, bool isCurrentRepositoryHead, LibGit2Sharp trackedBranch ) : System.Runtime.InteropServices

Method Details

Branch() public method

public Branch ( LibGit2Sharp branch ) : System.Runtime.InteropServices
branch LibGit2Sharp
return System.Runtime.InteropServices

Branch() public method

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
return System.Runtime.InteropServices