Click or drag to resize
SystemManagerGetSystemT Method
Gets the system of the specified type.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T GetSystem<T>()
where T : class, ISystem

Type Parameters

T
Type of the system to get.

Return Value

Type: T
System of the specified type.
Exceptions
ExceptionCondition
ArgumentNullException The passed type is null.
ArgumentException A system of the specified type has never been added.
See Also