Inserts the supplied key value pair at the specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 91.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index at which to insert the supplied key value pair.
Implements
IList T Insert(Int32, T)Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentOutOfRangeException] | If index is less than zero or index is greater than Count. |
See Also