CtcObjectListBaseT Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public MustInherit Class CtcObjectListBase(Of T As {New, CtcObjectBase}) Implements ICtcObjectListBase, ISerializable, IEnumerable(Of T)
The CtcObjectListBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| CtcObjectListBaseT | Initializes a new instance of the CtcObjectListBaseT class |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements in the list. | |
| ItemGuid | Gets a list item by ID. | |
| ItemInt32 | Gets a list item by index. | |
| ItemString | Gets a list item by Name. |
| Name | Description | |
|---|---|---|
| Add | Creates and adds a new object to the CTC list. | |
| Add(T) | Adds a given object to the CTC list. | |
| AssignDefaultName | ||
| Contains | ||
| GetEnumerator | ||
| GetEnumeratorOfT | ||
| GetObjectData | ||
| MoveFirst | Repositions list item to be first in the list. | |
| MoveLast | Repositions list item to be last in the list. | |
| Remove | Removes an object from the CTC list. |
| Name | Description | |
|---|---|---|
| _intNamingCounter | ||
| _objList |