Allow access to all the wheels

Namespace: JigLibX.Vehicles
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public List<Wheel> Wheels { get; }
Visual Basic
Public ReadOnly Property Wheels As List(Of Wheel)
	Get
Visual C++
public:
property List<Wheel^>^ Wheels {
	List<Wheel^>^ get ();
}

See Also