C# Класс LibGit2Sharp.DirectReference

A DirectReference points directly to a GitObject
Наследование: System.Reference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ResolveToDirectReference ( ) : DirectReference

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

Приватные методы

Метод Описание
DirectReference ( Lazy targetBuilder ) : LibGit2Sharp.Core

Описание методов

ResolveToDirectReference() публичный Метод

As a DirectReference is already peeled, invoking this will return the same DirectReference.
public ResolveToDirectReference ( ) : DirectReference
Результат DirectReference