C# Class LibGit2Sharp.DirectReference

A DirectReference points directly to a GitObject
Inheritance: System.Reference
Afficher le fichier Open project: tclem/libgit2sharp Class Usage Examples

Méthodes publiques

Méthode Description
ResolveToDirectReference ( ) : DirectReference

As a DirectReference is already peeled, invoking this will return the same DirectReference.

Private Methods

Méthode Description
DirectReference ( Lazy targetBuilder ) : LibGit2Sharp.Core

Method Details

ResolveToDirectReference() public méthode

As a DirectReference is already peeled, invoking this will return the same DirectReference.
public ResolveToDirectReference ( ) : DirectReference
Résultat DirectReference