Singleton instance

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