CogSerializableCollectionBase T  Insert Method Cognex VisionPro 9.10
Inserts the value at the specified index of the collection

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public void Insert(
	int index,
	T value
)

Parameters

index
Type: System Int32
value
Type: T

Implements

IList T  Insert(Int32, T)
See Also