C# Class GitSharp.Core.GitLinkTreeEntry

Inheritance: TreeEntry
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

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

Method Details

Accept() public méthode

public Accept ( TreeVisitor tv, int flags ) : void
tv TreeVisitor
flags int
Résultat void

GitLinkTreeEntry() public méthode

public GitLinkTreeEntry ( Tree parent, ObjectId id, byte nameUTF8 ) : System.Text
parent Tree
id ObjectId
nameUTF8 byte
Résultat System.Text

ToString() public méthode

public ToString ( ) : string
Résultat string