C# 클래스 TailBlazer.Domain.FileHandling.ExludedLinesProvider

상속: ILineProvider
파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 메소드들

메소드 설명
ExludedLinesProvider ( [ lines, bool>.Func itemsToExclude ) : System
ReadLines ( ScrollRequest scroll ) : IEnumerable
ReadLinesImpl ( ScrollRequest scroll ) : IEnumerable

비공개 메소드들

메소드 설명
YieldTail ( int pageSize, int firstIndex, int deficit ) : IEnumerable

메소드 상세

ExludedLinesProvider() 공개 메소드

public ExludedLinesProvider ( [ lines, bool>.Func itemsToExclude ) : System
lines [
itemsToExclude bool>.Func
리턴 System

ReadLines() 공개 메소드

public ReadLines ( ScrollRequest scroll ) : IEnumerable
scroll ScrollRequest
리턴 IEnumerable

ReadLinesImpl() 공개 메소드

public ReadLinesImpl ( ScrollRequest scroll ) : IEnumerable
scroll ScrollRequest
리턴 IEnumerable