TypeMapEntry Constructor (String)
|
Construct a line in the typemap from a string
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic TypeMapEntry(
string spec
)
Public Sub New (
spec As String
)
public:
TypeMapEntry(
String^ spec
)
new :
spec : string -> TypeMapEntry
Parameters
- spec
- Type: SystemString
string to parse
See Also