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(
	bool caseSensitive
)
Visual Basic
Public Sub New ( 
	caseSensitive As Boolean
)

Parameters

caseSensitive
Type: System..::..Boolean
Whether map lookups should be case sensitive or not.

See Also