EnginesList Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class EnginesList Inherits CtcObjectListBase(Of Engine)
The EnginesList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements in the list. (Inherited from CtcObjectListBaseT.) | |
| ItemGuid | Gets a list item by ID. (Inherited from CtcObjectListBaseT.) | |
| ItemInt32 | Gets a list item by index. (Inherited from CtcObjectListBaseT.) | |
| ItemString | Gets a list item by Name. (Inherited from CtcObjectListBaseT.) |
| Name | Description | |
|---|---|---|
| Add | Creates and adds a new object to the CTC list. (Inherited from CtcObjectListBaseT.) | |
| Add(T) | Adds a given object to the CTC list. (Inherited from CtcObjectListBaseT.) | |
| Contains | (Inherited from CtcObjectListBaseT.) | |
| GetEnumerator | (Inherited from CtcObjectListBaseT.) | |
| GetEnumeratorOfT | (Inherited from CtcObjectListBaseT.) | |
| MoveFirst | Repositions list item to be first in the list. (Inherited from CtcObjectListBaseT.) | |
| MoveLast | Repositions list item to be last in the list. (Inherited from CtcObjectListBaseT.) | |
| Remove | Removes an object from the CTC list. (Inherited from CtcObjectListBaseT.) |