Merges two maps, any duplicates in the current map will be overridden.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void Merge(
	MapCollection source
)
Visual Basic
Public Sub Merge ( 
	source As MapCollection
)

Parameters

source
Type: CodeSmith.Engine..::..MapCollection
The source MapCollection.

See Also