Gets the singleton instance.
Namespace: CodeSmith.EngineAssembly: 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: TThe singleton instance.