A collection of Active Snippet maps.

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

Syntax

C#
public IList<ActiveSnippetMapping> SnippetMappings { get; set; }
Visual Basic
Public Property SnippetMappings As IList(Of ActiveSnippetMapping)
	Get
	Set

Property Value

Type: IList<(Of <(<'ActiveSnippetMapping>)>)>

Remarks

The key for the collection is the alias of the template map.

See Also