 | ISimulationServiceGetVehicles Method |
[This is preliminary documentation and is subject to change.]
Retursn a list of Vehicles
Namespace:
TrafficSimulation.Simulation.Contracts
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxList<Vehicle> GetVehicles()
Function GetVehicles As List(Of Vehicle)
List<Vehicle^>^ GetVehicles()
abstract GetVehicles : unit -> List<Vehicle>
Return Value
Type:
ListVehicle[Missing <returns> documentation for "M:TrafficSimulation.Simulation.Contracts.ISimulationService.GetVehicles"]
See Also