Instance Property
From Design Pattern Framework 3.5
Design Pattern Framework 3.5
Instance Property
Patterns-In-Action! Application ► Log ► SingletonLogger ► Instance
Gets the instance of the singleton logger object.
| C# | Visual Basic |
public static SingletonLogger Instance { get; }
Public Shared ReadOnly Property Instance As SingletonLogger