Initializes a new instance of the FileLineMatch class

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public FileLineMatch(
	MatchType type,
	string line,
	int linenumber,
	FileSpec filespec
)
Visual Basic
Public Sub New ( _
	type As MatchType, _
	line As String, _
	linenumber As Integer, _
	filespec As FileSpec _
)
Visual C++
public:
FileLineMatch(
	MatchType type, 
	String^ line, 
	int linenumber, 
	FileSpec^ filespec
)

Parameters

type
Type: Perforce.P4..::..MatchType
line
Type: System..::..String
linenumber
Type: System..::..Int32
filespec
Type: Perforce.P4..::..FileSpec

See Also