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

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.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