Click or drag to resize

ControllerFactory.Controllers Property

All IController loaded into the factory

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IEnumerable<IController> Controllers { get; }

Property Value

Type: IEnumerable<IController>

Implements

IControllerFactory.Controllers
See Also