FileSpec Constructor (FileSpec)
|
Copy Constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public FileSpec(
FileSpec fs
)
Public Sub New (
fs As FileSpec
)
public:
FileSpec(
FileSpec^ fs
)
new :
fs : FileSpec -> FileSpec
Parameters
- fs
- Type: Perforce.P4FileSpec
FileSpec
See Also