C# Class GitSharp.Core.GitLinkTreeEntry

Inheritance: TreeEntry
Show file Open project: jagregory/GitSharp Class Usage Examples

Public Methods

Method Description
Accept ( TreeVisitor tv, int flags ) : void
GitLinkTreeEntry ( Tree parent, ObjectId id, byte nameUTF8 ) : System.Text
ToString ( ) : string

Method Details

Accept() public method

public Accept ( TreeVisitor tv, int flags ) : void
tv TreeVisitor
flags int
return void

GitLinkTreeEntry() public method

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

ToString() public method

public ToString ( ) : string
return string