Click or drag to resize

IControllerWrapper Interface

Wraps a controller by type to

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IControllerWrapper

The IControllerWrapper type exposes the following members.

Properties
  NameDescription
Public propertyController
The controller
Public propertyInstance
Returns a new instance of the IController
Public propertyType
The underlying type of the controller
Top
See Also