A collection of Sensor objects.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901

Syntax

C#
[SerializableAttribute]
public sealed class SensorsList : CtcObjectListBase<Sensor>
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class SensorsList _
	Inherits CtcObjectListBase(Of Sensor)

Inheritance Hierarchy

System..::..Object
  RRAutoLib.CTC..::..CtcObjectListBase<(Of <(<'Sensor>)>)>
    RRAutoLib.CTC..::..SensorsList

See Also