C# 클래스 HgLib.Repository.HgRootDictionary

파일 보기 프로젝트 열기: HexWrench/VisualHG2015

공개 메소드들

메소드 설명
Clear ( ) : void
GetBranch ( string path ) : string
HgRootDictionary ( ) : System
Update ( string root ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetBranch() 공개 메소드

public GetBranch ( string path ) : string
path string
리턴 string

HgRootDictionary() 공개 메소드

public HgRootDictionary ( ) : System
리턴 System

Update() 공개 메소드

public Update ( string root ) : void
root string
리턴 void