Rubberduck.SourceControl.Branch.Branch C# (CSharp) Method

Branch() public method

public Branch ( LibGit2Sharp branch ) : System.Runtime.InteropServices
branch LibGit2Sharp
return System.Runtime.InteropServices
        public Branch(LibGit2Sharp.Branch branch)
            : this(branch.FriendlyName, branch.CanonicalName, branch.IsRemote, branch.IsCurrentRepositoryHead, branch.TrackedBranch)
        {
        }

Same methods

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