Remove the value at the specified index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero based index at which the item is to be removed.
Implements
IList T RemoveAt(Int32)Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied index is not valid. |
See Also