Controllers

System.Collections.IEnumerable<ISubController> IBus.Controllers { get; }

Gets the collection of sub-controllers on this bus in the order in which they are present on the bus.

Value

IEnumerable<ISubController> – Collection of sub-controllers on this bus.

Throws