Click or drag to resize

ControllerWrapper Constructor

Ctor

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public ControllerWrapper(
	IController c,
	Type t
)

Parameters

c
Type: Crosser.Common.ServerIController
The IController to map to the type
t
Type: SystemType
The Type to map to a IController
See Also