C# Class GitIStage.ViewLineRenderer

Afficher le fichier Open project: terrajobst/git-istage Class Usage Examples

Méthodes publiques

Méthode Description
Render ( View view, int lineIndex ) : void

Méthodes protégées

Méthode Description
RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void

Method Details

Render() public abstract méthode

public abstract Render ( View view, int lineIndex ) : void
view View
lineIndex int
Résultat void

RenderLine() protected méthode

protected RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void
view View
lineIndex int
line string
foregroundColor ConsoleColor
backgroundColor ConsoleColor
Résultat void