Removes the key value pair at the specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the key value pair to remove.
Implements
IList T RemoveAt(Int32)Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentOutOfRangeException] | If index is less than zero or index is greater than or equal to Count. |
See Also