TypeMapEntry Constructor (FileType, String, String)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic TypeMapEntry(
FileType filetype,
string path,
string comment
)
Public Sub New (
filetype As FileType,
path As String,
comment As String
)
public:
TypeMapEntry(
FileType^ filetype,
String^ path,
String^ comment
)
new :
filetype : FileType *
path : string *
comment : string -> TypeMapEntry
Parameters
- filetype
- Type: Perforce.P4FileType
- path
- Type: SystemString
- comment
- Type: SystemString
See Also