Share via


LineType Enum

Definition

The line type, as used in methods on IDifferenceBuffer.

public enum class LineType
public enum class LineType
enum LineType
public enum LineType
type LineType = 
Public Enum LineType
Inheritance
LineType

Fields

Added 0

A line that was added, meaning it only appears in the right buffer.

Matched 2

A line that appears in both the left and right buffer.

Removed 1

A line that was removed, meaning it only appears in the left buffer.

Applies to