Click or drag to resize

ControllerFactoryControllers 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: IEnumerableIController

Implements

IControllerFactoryControllers
See Also