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

Syntax

C#
protected Dictionary<string, string> InnerDictionary { get; }
Visual Basic
Protected ReadOnly Property InnerDictionary As Dictionary(Of String, String)
	Get

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also