What's Changed?
DiffOut Constructor



KellermanSoftware.WhatsChanged Namespace > DiffOut Class : DiffOut Constructor
The text of the line
The comparison status
The line number starting at 1
Default constructor
Syntax
Public Function New( _
   ByVal line As String, _
   ByVal status As CompareStatus, _
   ByVal lineNumber As Nullable(Of Integer) _
)
Dim line As String
Dim status As CompareStatus
Dim lineNumber As Nullable(Of Integer)
 
Dim instance As New DiffOut(line, status, lineNumber)
public DiffOut( 
   string line,
   CompareStatus status,
   Nullable<int> lineNumber
)
public:
DiffOut( 
   String^ line,
   CompareStatus status,
   Nullable<int> lineNumber
)

Parameters

line
The text of the line
status
The comparison status
lineNumber
The line number starting at 1
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiffOut Class
DiffOut Members