C# 클래스 GitSharp.Core.GitLinkTreeEntry

상속: TreeEntry
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( TreeVisitor tv, int flags ) : void
GitLinkTreeEntry ( Tree parent, ObjectId id, byte nameUTF8 ) : System.Text
ToString ( ) : string

메소드 상세

Accept() 공개 메소드

public Accept ( TreeVisitor tv, int flags ) : void
tv TreeVisitor
flags int
리턴 void

GitLinkTreeEntry() 공개 메소드

public GitLinkTreeEntry ( Tree parent, ObjectId id, byte nameUTF8 ) : System.Text
parent Tree
id ObjectId
nameUTF8 byte
리턴 System.Text

ToString() 공개 메소드

public ToString ( ) : string
리턴 string