C# Class LibGit2Sharp.DirectReference

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

Public Methods

Method Description
ResolveToDirectReference ( ) : DirectReference

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

Private Methods

Method Description
DirectReference ( Lazy targetBuilder ) : LibGit2Sharp.Core

Method Details

ResolveToDirectReference() public method

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