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,
	string defaultValue
)
Visual Basic
Public Sub New ( 
	mapFileName As String,
	reverse As Boolean,
	defaultValue As String
)

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.
defaultValue
Type: System..::..String
The default value.

See Also