C# 클래스 Git.Core.Tag

A class that holds all the tag information
상속: Object
파일 보기 프로젝트 열기: igorgue/git-sharp

공개 메소드들

메소드 설명
Tag ( string tag, User tagger, string message, Commit commit ) : System

보호된 메소드들

메소드 설명
Decode ( ) : byte[]
Encode ( byte content ) : void

메소드 상세

Decode() 보호된 메소드

protected Decode ( ) : byte[]
리턴 byte[]

Encode() 보호된 메소드

protected Encode ( byte content ) : void
content byte
리턴 void

Tag() 공개 메소드

public Tag ( string tag, User tagger, string message, Commit commit ) : System
tag string
tagger User
message string
commit Commit
리턴 System