Click or drag to resize

FileLineMatch Constructor (MatchType, String, Int32, FileSpec)

Initializes a new instance of the FileLineMatch class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public FileLineMatch(
	MatchType type,
	string line,
	int linenumber,
	FileSpec filespec
)

Parameters

type
Type: Perforce.P4MatchType
line
Type: SystemString
linenumber
Type: SystemInt32
filespec
Type: Perforce.P4FileSpec
See Also