A collection of Track objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  RRAutoLib.CTC..::..CtcObjectListBase<(Of <(<'Track>)>)>
    RRAutoLib.CTC..::..TracksList

See Also