C# Класс dotGit.Refs.Tag

Represents a tag in the repository. Tags can reference any IStorableObject in the repository
Наследование: Ref, IStorableObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deserialize ( GitObjectReader input ) : void

Loads the tag from the GitObjectReader

Serialize ( ) : byte[]

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

Метод Описание
Deserialize ( ) : void
Load ( Repository repo, string sha, string path ) : Tag
Tag ( Repository repo, string sha ) : System

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

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

Loads the tag from the GitObjectReader
public Deserialize ( GitObjectReader input ) : void
input GitObjectReader A reader with inflated tag contents
Результат void

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

public Serialize ( ) : byte[]
Результат byte[]