Gets the singleton instance.

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

Syntax

C#
[ObsoleteAttribute]
public static T Instance { get; }
Visual Basic
<ObsoleteAttribute> 
Public Shared ReadOnly Property Instance As T
	Get

Property Value

Type: T
The singleton instance.

See Also