C# 클래스 MonoDevelop.VersionControl.Subversion.Unix.UnixSvnBackend.AnnotationCollector

Class for collecting annotations from libsvn_client
파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 메소드들

메소드 설명
AnnotationCollector ( Annotation annotations ) : System

비공개 메소드들

메소드 설명
CollectorFunc ( IntPtr baton, long line_no, IntPtr revision, string author, string date, string line, IntPtr pool ) : IntPtr

A svn_client_blame_receiver_t implementation.

메소드 상세

AnnotationCollector() 공개 메소드

public AnnotationCollector ( Annotation annotations ) : System
annotations Annotation
리턴 System