Combine two MapApis to create a new MapApi
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static P4MapApi Join( P4MapApi left, P4MapApi right ) |
Visual Basic |
---|
Public Shared Function Join ( _ left As P4MapApi, _ right As P4MapApi _ ) As P4MapApi |
Visual C++ |
---|
public: static P4MapApi^ Join( P4MapApi^ left, P4MapApi^ right ) |
Parameters
- left
- Type: Perforce.P4..::..P4MapApi
Pointer to the first map
- right
- Type: Perforce.P4..::..P4MapApi
Pointer to the second map