Initializes a new instance of the FileLineMatch class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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