C# Class NetIde.Core.ToolWindows.DiffViewer.SideBySideViewer.DiffMarker

Inheritance: IDiffMarker
显示文件 Open project: netide/netide

Public Methods

Method Description
DiffMarker ( DiffMarkerType type, int line, int length, int leftLength, int rightLength ) : System

Method Details

DiffMarker() public method

public DiffMarker ( DiffMarkerType type, int line, int length, int leftLength, int rightLength ) : System
type DiffMarkerType
line int
length int
leftLength int
rightLength int
return System