C# Class GitIStage.PatchDocumentLineRenderer

Inheritance: ViewLineRenderer
Mostrar archivo Open project: terrajobst/git-istage Class Usage Examples

Public Methods

Method Description
Render ( View view, int lineIndex ) : void

Private Methods

Method Description
GetBackgroundColor ( View view, int lineIndex ) : ConsoleColor
GetForegroundColor ( View view, int lineIndex ) : ConsoleColor
GetLine ( View view, int lineIndex ) : PatchLine

Method Details

Render() public method

public Render ( View view, int lineIndex ) : void
view View
lineIndex int
return void