 | SystemManagerGetSystemT Method |
Gets the system of the specified type.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T GetSystem<T>()
where T : class, ISystem
Public Function GetSystem(Of T As {Class, ISystem}) As T
public:
generic<typename T>
where T : ref class, ISystem
T GetSystem()
member GetSystem : unit -> 'T when 'T : not struct and ISystem
Type Parameters
- T
- Type of the system to get.
Return Value
Type:
TSystem of the specified type.
Exceptions
See Also