C# Класс GitSharp.Core.RevWalk.Generator

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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