Decode a serialized typemap entry
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void Parse(
string spec
)
Public Sub Parse (
spec As String
)
public:
void Parse(
String^ spec
)
member Parse :
spec : string -> unit
Parameters
- spec
- Type: SystemString
string containing typemap entry
See Also