Returns the TemplateContext data associated with the current executing Thread.

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

Syntax

C#
public static TemplateContext Current { get; }
Visual Basic
Public Shared ReadOnly Property Current As TemplateContext
	Get

Property Value

Type: TemplateContext

See Also