CogSerializableCollectionBase T  Add Method Cognex VisionPro 9.7
Adds value to the end of the collection.

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

public void Add(
	T value
)

Parameters

value
Type: T
The

Implements

ICollection T  Add(T)
See Also