C# Class Tp.Components.Diff.DiffChunk

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Properties

Property Type Description
firstBegin int
firstEnd int
lines List
secondBegin int
secondEnd int

Public Methods

Method Description
AddLine ( string line ) : void

Method Details

AddLine() public method

public AddLine ( string line ) : void
line string
return void

Property Details

firstBegin public_oe property

public int firstBegin
return int

firstEnd public_oe property

public int firstEnd
return int

lines public_oe property

public List lines
return List

secondBegin public_oe property

public int secondBegin
return int

secondEnd public_oe property

public int secondEnd
return int