Initializes a new instance of the MapEntry class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public MapEntry( MapType type, PathSpec left, PathSpec right ) |
Visual Basic |
---|
Public Sub New ( _ type As MapType, _ left As PathSpec, _ right As PathSpec _ ) |
Visual C++ |
---|
public: MapEntry( MapType type, PathSpec^ left, PathSpec^ right ) |
Parameters
- type
- Type: Perforce.P4..::..MapType
- left
- Type: Perforce.P4..::..PathSpec
- right
- Type: Perforce.P4..::..PathSpec