Construct a line in the typemap from a string

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.1.153.7030 (2017.1.153.7030)

Syntax

C#
public TypeMapEntry(
	string spec
)
Visual Basic
Public Sub New ( _
	spec As String _
)
Visual C++
public:
TypeMapEntry(
	String^ spec
)

Parameters

spec
Type: System..::..String
string to parse

See Also