C# 클래스 GitIStage.ViewLineRenderer

파일 보기 프로젝트 열기: terrajobst/git-istage 1 사용 예제들

공개 메소드들

메소드 설명
Render ( View view, int lineIndex ) : void

보호된 메소드들

메소드 설명
RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void

메소드 상세

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

public abstract Render ( View view, int lineIndex ) : void
view View
lineIndex int
리턴 void

RenderLine() 보호된 메소드

protected RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void
view View
lineIndex int
line string
foregroundColor ConsoleColor
backgroundColor ConsoleColor
리턴 void