DataBindingCollection AddRange Method Cognex VisionPro 9.24
Adds the elements of the specified collection to the end of the collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public void AddRange(
	IEnumerable<DataBinding> items
)

Parameters

items
Type: System.Collections.Generic IEnumerable DataBinding 
The collection of items to add to the collection.
See Also