C# Class MvcWrench.Models.DiffLine

Show file Open project: mono/mvcwrench

Public Methods

Method Description
DiffLine ( int left, string lefttext, int right, string righttext, DiffLineType type ) : System

Method Details

DiffLine() public method

public DiffLine ( int left, string lefttext, int right, string righttext, DiffLineType type ) : System
left int
lefttext string
right int
righttext string
type DiffLineType
return System