C# 클래스 GitSharp.Core.RevWalk.Generator

파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
next ( ) : RevCommit

Return the next commit to the application, or the next generator.

shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void

Connect the supplied queue to this generator's own free list (if any).

메소드 상세

next() 공개 추상적인 메소드

Return the next commit to the application, or the next generator.
public abstract next ( ) : RevCommit
리턴 RevCommit

shareFreeList() 공개 메소드

Connect the supplied queue to this generator's own free list (if any).
public shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void
q GitSharp.Core.RevWalk.BlockRevQueue /// Another FIFO queue that wants to share our queue's free list. ///
리턴 void