Click or drag to resize

IControllerFactoryGetControllerT Method

Get a controller instance of type IController defined by T

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
T GetController<T>()
where T : class, IController

Type Parameters

T
The concrete controller to get

Return Value

Type: T
A instance of the IController of type T
See Also