| C# | Visual Basic | Visual C++ |
protected T GetService<T>() where T : class
Protected Function GetService(Of T As Class) As T
protected: generic<typename T> where T : ref class T GetService()
- T
| C# | Visual Basic | Visual C++ |
protected T GetService<T>() where T : class
Protected Function GetService(Of T As Class) As T
protected: generic<typename T> where T : ref class T GetService()