CogSerializableCollectionBase T  Item Property Cognex VisionPro 9.25 SR1
Returns the T at index

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public T this[
	int index
] { get; set; }

Parameters

index
Type: System Int32

Property Value

Type: T

Implements

IList T  Item Int32 
See Also