Returns the index of value in the collection, or -1 if value
is not in the collection.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- value
- Type: T
Return Value
Type: Int32Implements
IList T IndexOf(T)See Also