C# 클래스 Rubberduck.SourceControl.Branch

상속: IBranch
파일 보기 프로젝트 열기: retailcoder/Rubberduck 1 사용 예제들

공개 메소드들

메소드 설명
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