Remove the item at the specified index.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the item to remove.
Implements
IList T RemoveAt(Int32)Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is less than zero or index is greater than or equal to Count. |
Remarks
RemovingItem Raises before the item is removed. RemovedItem Raises after the item is removed.
See Also