CtcObjectListBaseTItem Property (Int32) |
Gets a list item by index.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Default Property Item (
intIndex As Integer
) As T
Get
public T this[
int intIndex
] { get; }
Parameters
- intIndex
- Type: SystemInt32
Property Value
Type:
T
See Also