Gets a Manager
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
T GetManager<T>() where T : class, new(), IManager |
Visual Basic |
---|
Function GetManager(Of T As {Class, New, IManager}) As T |
Visual C++ |
---|
generic<typename T> where T : ref class, gcnew(), IManager T GetManager() |
Type Parameters
- T
- The type of manager you wish to retrieve