Initializes a new instance of the MapCollection class.

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

Syntax

C#
public MapCollection(
	string mapFileName,
	bool reverse
)
Visual Basic
Public Sub New ( 
	mapFileName As String,
	reverse As Boolean
)

Parameters

mapFileName
Type: System..::..String
Name of the map file.
reverse
Type: System..::..Boolean
if set to true the key and value will be reversed.

See Also