Returns the T at index
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
public T this[
int index
] { get; set; }public T this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As T
Get
Set
Public Default Property Item (
index As Integer
) As T
Get
Set
public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}Parameters
- index
- Type: System Int32
Property Value
Type:
TImplements
IList T Item Int32