Version

Merge Method (RefParser)

Populate this RefParser by merging the input baseRP with the input mergeRP. If respectMarked is true, then any tuples in mergeRP that are Marked have precedence and are converted to scope Any.
Syntax
'Declaration
 
Public Sub Merge( _
   ByVal baseRP As RefParser, _
   ByVal mergeRP As RefParser, _
   ByVal respectMarked As Boolean _
) 
public void Merge( 
   RefParser baseRP,
   RefParser mergeRP,
   bool respectMarked
)

Parameters

baseRP
The base reference.
mergeRP
The reference to merge into the base.
respectMarked
if true, mergeRP tuples that are marked have precedence.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also