Singleton instance

C# | Visual Basic | Visual C++ |
public static ComponentManager Instance { get; }
Public Shared ReadOnly Property Instance As ComponentManager Get
public: static property ComponentManager^ Instance { ComponentManager^ get (); }