'Declaration
Public Overloads Shadows Function All() As IList(Of Vehicle)
'Usage
Dim instance As VehicleQuery Dim value As IList(Of Vehicle) value = instance.All()
public new IList<Vehicle> All()
public: new IList<Vehicle^>^ All();
Return Value
A list of Vehicle objects.