CogSerializableCollectionBase T  Add Method Cognex VisionPro 9.25 SR1
Adds value to the end 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 Add(
	T value
)

Parameters

value
Type: T
The

Implements

ICollection T  Add(T)
See Also